freenetis-github/version.php @ 8d0578dc
8baed187 | Michal Kliment | <?php defined('SYSPATH') or die('No direct script access.');
|
|
/*
|
|||
* This file is part of open source system FreenetIS
|
|||
* and it is released under GPLv3 licence.
|
|||
*
|
|||
* More info about licence can be found:
|
|||
* http://www.gnu.org/licenses/gpl-3.0.html
|
|||
*
|
|||
* More info about project can be found:
|
|||
* http://www.freenetis.org/
|
|||
*
|
|||
*/
|
|||
/**
|
|||
* The current version of FreenetIS.
|
|||
* This value must be changed by developers in a new release of FreenetIS.
|
|||
*/
|
|||
8d0578dc | Filip Miskarik | define('FREENETIS_VERSION', '1.2.0~alpha11');
|