aboutsummaryrefslogtreecommitdiff
path: root/includes/version.php
blob: ff9ff5aaa85b88e28a687edd50597f1e7324f6a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * YOURLS version
 *
 */
define( 'YOURLS_VERSION', '1.7.6' );

/**
 * YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update
 *
 */
define( 'YOURLS_DB_VERSION', '482' );