aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-31 18:57:44 -0700
committerredmatrix <git@macgirvin.com>2016-03-31 18:57:44 -0700
commitbbfe4de3107a1eb8293f4ee6b620f7e27bf26dbf (patch)
treee4d061f63ef36f0ad5f1d4b2ac29b12411dda792 /boot.php
parent36b388ab8cb8435dc621b5c589e9f6555593568f (diff)
downloadvolse-hubzilla-bbfe4de3107a1eb8293f4ee6b620f7e27bf26dbf.tar.gz
volse-hubzilla-bbfe4de3107a1eb8293f4ee6b620f7e27bf26dbf.tar.bz2
volse-hubzilla-bbfe4de3107a1eb8293f4ee6b620f7e27bf26dbf.zip
increment std_version
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index a96ff2660..41c994ddc 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.3.2' );
+define ( 'STD_VERSION', '1.3.3' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1165 );