aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-10 09:03:59 +1100
committerredmatrix <git@macgirvin.com>2016-03-10 09:03:59 +1100
commitf5f79b39b80197fb46dc4e66ac4f4b1390d40b62 (patch)
tree3256c0814ce5cab6f150c1d840d22e15d2b82485
parentbc9d5f5a4886179d4622138bbeeb1179880cfea7 (diff)
parent14e55e8bd60939d6a41bd9434cd265daaadd4197 (diff)
downloadvolse-hubzilla-f5f79b39b80197fb46dc4e66ac4f4b1390d40b62.tar.gz
volse-hubzilla-f5f79b39b80197fb46dc4e66ac4f4b1390d40b62.tar.bz2
volse-hubzilla-f5f79b39b80197fb46dc4e66ac4f4b1390d40b62.zip
Merge pull request #318 from git-marijus/master
should have probably done that on tag release
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 37374ef4c..1b593402b 100755
--- a/boot.php
+++ b/boot.php
@@ -47,7 +47,7 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')));
-define ( 'STD_VERSION', '1.2.5' );
+define ( 'STD_VERSION', '1.3.0' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1165 );