diff options
author | redmatrix <git@macgirvin.com> | 2016-02-29 19:31:52 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-29 19:31:52 -0800 |
commit | be2b7c0b5f7f9b8080affbb4bc44c5adda18e82f (patch) | |
tree | 6dde06168b0df62044a3fdeaf2b4b9b649165d7a /boot.php | |
parent | 44b2503572700ab24e7afad4637f62c413d3d489 (diff) | |
download | volse-hubzilla-be2b7c0b5f7f9b8080affbb4bc44c5adda18e82f.tar.gz volse-hubzilla-be2b7c0b5f7f9b8080affbb4bc44c5adda18e82f.tar.bz2 volse-hubzilla-be2b7c0b5f7f9b8080affbb4bc44c5adda18e82f.zip |
abconfig
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,10 +47,10 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc'))); -define ( 'STD_VERSION', '1.2.4' ); +define ( 'STD_VERSION', '1.2.5' ); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1164 ); +define ( 'DB_UPDATE_VERSION', 1165 ); /** |