1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
yourls_ynh/sources/includes/version.php
2014-06-13 07:30:00 +02:00

12 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' );