mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
13 lines
216 B
PHP
13 lines
216 B
PHP
|
<?php
|
||
|
/**
|
||
|
* YOURLS version
|
||
|
*
|
||
|
*/
|
||
|
define( 'YOURLS_VERSION', '1.7' );
|
||
|
|
||
|
/**
|
||
|
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update
|
||
|
*
|
||
|
*/
|
||
|
define( 'YOURLS_DB_VERSION', '482' );
|