mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
13 lines
218 B
PHP
Executable File
13 lines
218 B
PHP
Executable File
<?php
|
|
/**
|
|
* YOURLS version
|
|
*
|
|
*/
|
|
define( 'YOURLS_VERSION', '1.7.1' );
|
|
|
|
/**
|
|
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update
|
|
*
|
|
*/
|
|
define( 'YOURLS_DB_VERSION', '482' );
|