diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-10 02:16:49 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-10 02:16:49 -0400 |
commit | 25d5eae9557527789b7237724b66fa88f9c44d6d (patch) | |
tree | e2a6f1dc347e5e238fcce2c87d17bdf1bafcebf3 /boot.php | |
parent | 39a7926015f06c96aeb3ae1439fdec97fc123c59 (diff) | |
parent | 4a42414135538fedad53ba6a2bc46ae18d652609 (diff) | |
download | volse-hubzilla-25d5eae9557527789b7237724b66fa88f9c44d6d.tar.gz volse-hubzilla-25d5eae9557527789b7237724b66fa88f9c44d6d.tar.bz2 volse-hubzilla-25d5eae9557527789b7237724b66fa88f9c44d6d.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
rev update
rev update
* master:
Diffstat (limited to 'boot.php')
-rw-r--r-- | 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.1336' ); +define ( 'FRIENDICA_VERSION', '3.0.1337' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |