Issues (2756)

includes/version.php (1 issue)

1
<?php
2
/**
3
 * YOURLS version
4
 *
5
 */
6
define( 'YOURLS_VERSION', '1.7.10' );
7
8
/**
0 ignored issues
show
Block comments must be started with /*
Loading history...
9
 * YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update
10
 *
11
 */
12
define( 'YOURLS_DB_VERSION', '505' );
13