diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-06 03:54:09 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-06 03:54:09 -0400 |
commit | 43d5876e8b35d53a0bef5248c5d63e5bc209dbbf (patch) | |
tree | 2f9d83d87682b16ac6ac949382ab566fdca48076 /boot.php | |
parent | b361bcea83140c28b5a5677905405de0ac102791 (diff) | |
parent | afd2bf031eff688ae53e51f9199d025ca1935abe (diff) | |
download | volse-hubzilla-43d5876e8b35d53a0bef5248c5d63e5bc209dbbf.tar.gz volse-hubzilla-43d5876e8b35d53a0bef5248c5d63e5bc209dbbf.tar.bz2 volse-hubzilla-43d5876e8b35d53a0bef5248c5d63e5bc209dbbf.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
update to the German strings
add network_tabs hook
pass autoname(0) test
rev update
added index to config and pconfig table changed config.php to use REPLACE instead of INSERT, this removes one db hit.
* master:
Diffstat (limited to 'boot.php')
-rw-r--r--[-rwxr-xr-x] | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php index c0aa9ba82..e1bcc078a 100755..100644 --- a/boot.php +++ b/boot.php @@ -9,9 +9,9 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1302' ); +define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1134 ); +define ( 'DB_UPDATE_VERSION', 1135 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |