aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2017-10-25 13:27:30 +0200
committerMario <mario@mariovavti.com>2017-10-25 13:27:30 +0200
commit69b22e3f7916b5ba19b5ed03a55ad72bf5995291 (patch)
tree289fe55ce909716fd2142abc4af2c33f717fb172
parentbc890d303833f4a3362d81533a2fd092dd8e5032 (diff)
downloadvolse-hubzilla-69b22e3f7916b5ba19b5ed03a55ad72bf5995291.tar.gz
volse-hubzilla-69b22e3f7916b5ba19b5ed03a55ad72bf5995291.tar.bz2
volse-hubzilla-69b22e3f7916b5ba19b5ed03a55ad72bf5995291.zip
bump version and update changelog
-rw-r--r--CHANGELOG2
-rwxr-xr-xboot.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e547e1fbe..647b84275 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Hubzilla 2.8 (????-??-??)
+Hubzilla 2.8 (2017-10-25)
- Redirect to be moderated items to /moderate
- Update notifications if notifications area remains open
- Create an actual logout module instead of relying on internal variables
diff --git a/boot.php b/boot.php
index 33a3cb037..e06580d41 100755
--- a/boot.php
+++ b/boot.php
@@ -49,7 +49,7 @@ require_once('include/hubloc.php');
require_once('include/attach.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '2.8RC1' );
+define ( 'STD_VERSION', '2.8' );
define ( 'ZOT_REVISION', '1.3' );
define ( 'DB_UPDATE_VERSION', 1196 );