1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-12-22 01:03:28 +01:00
krtmn/includes/version.php

13 lines
218 B
PHP
Raw Normal View History

2016-04-13 22:02:46 +02:00
<?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' );