[VERSION] Changelog for 1.0.2

This commit is contained in:
Sebastian Grewe 2015-04-15 14:14:10 +02:00
parent 0603d5d6ea
commit b13e7681ea
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
1.0.2 (XXX XXth 2015)
---------------------
* Increased information on `Admin -> Wallet Info`
* Added block count to Wallet Status
* Added number of accounts to Wallet Status
* Added Peer information
* Always show all accounts
1.0.1 (Apr 15th 2015)
---------------------

View File

@ -1,7 +1,7 @@
<?php
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
define('MPOS_VERSION', '1.0.1');
define('MPOS_VERSION', '1.0.2');
define('DB_VERSION', '1.0.0');
define('CONFIG_VERSION', '1.0.0');
define('HASH_VERSION', 1);