aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-22 16:24:29 -0700
committerfriendica <info@friendica.com>2012-04-22 16:24:29 -0700
commit00cb7f9efb4826a6ad5c0791f26bc5e8db644f77 (patch)
treef7250cf394b6e062cee09d03e59f143cfde3c447 /boot.php
parentd340b80094cbaf33f3989422240be929741b0ff8 (diff)
downloadvolse-hubzilla-00cb7f9efb4826a6ad5c0791f26bc5e8db644f77.tar.gz
volse-hubzilla-00cb7f9efb4826a6ad5c0791f26bc5e8db644f77.tar.bz2
volse-hubzilla-00cb7f9efb4826a6ad5c0791f26bc5e8db644f77.zip
don't allow non-existent themes as choices
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 16d772b68..1dd52fe7f 100644
--- 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.1319' );
+define ( 'FRIENDICA_VERSION', '2.3.1320' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1138 );