diff options
author | friendica <info@friendica.com> | 2012-01-25 13:42:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-25 13:42:06 -0800 |
commit | d2a9341128efb4e2952acc3d59e7716471ffdee0 (patch) | |
tree | c075536a52f6ccad6ca52d614da17f5a50974bbf /boot.php | |
parent | a24a383dab03b313598c56cec5c83cbb9ca62595 (diff) | |
download | volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.tar.gz volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.tar.bz2 volse-hubzilla-d2a9341128efb4e2952acc3d59e7716471ffdee0.zip |
new event current date off by one, submit button misplaced
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1234' ); +define ( 'FRIENDICA_VERSION', '2.3.1235' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1116 ); |