diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-25 16:02:41 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-25 16:02:41 -0700 |
commit | 08f15a6fc60023f739676d3751e2cd14cecf52a4 (patch) | |
tree | dcbebfa488aa750cb35e2b311957ea419e032eb2 /boot.php | |
parent | c24cfbc62af111f18576cfde8e4e920e66c57ff5 (diff) | |
parent | caf077cbf893cd02932194e1641c861ffcc2e339 (diff) | |
download | volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.tar.gz volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.tar.bz2 volse-hubzilla-08f15a6fc60023f739676d3751e2cd14cecf52a4.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.5.9' ); +define ( 'STD_VERSION', '2.5.10' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1192 ); |