aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-18 16:21:30 -0800
committerfriendica <info@friendica.com>2012-01-18 16:21:30 -0800
commit8aa25523721303b6883e1a793f20997f8a33ec0a (patch)
tree2358612b173d708ade02d013dc096c95fab53970 /boot.php
parentd84094362165524ce64fb2f0a588a376efa96c68 (diff)
downloadvolse-hubzilla-8aa25523721303b6883e1a793f20997f8a33ec0a.tar.gz
volse-hubzilla-8aa25523721303b6883e1a793f20997f8a33ec0a.tar.bz2
volse-hubzilla-8aa25523721303b6883e1a793f20997f8a33ec0a.zip
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
Diffstat (limited to 'boot.php')
-rwxr-xr-x[-rw-r--r--]boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 941032eb3..af87cceaf 100644..100755
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1228' );
+define ( 'FRIENDICA_VERSION', '2.3.1229' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1115 );