Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.php « includes - github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e1df65c8951a231d5ce142305cd42a376587d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * YOURLS version
 *
 */
define( 'YOURLS_VERSION', '1.7.9' );

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