diff options
author | Friendika <info@friendika.com> | 2011-01-16 19:01:13 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-16 19:01:13 -0800 |
commit | 1002f9dc96e5dc7d387cf7eb8489bcc2fc7c966d (patch) | |
tree | 9814e1f8c36a09dd1c8afc4083a2e1b31d4b9531 /boot.php | |
parent | 2e0a3e06938f159ebe3729a8d488de928e3230a5 (diff) | |
download | volse-hubzilla-1002f9dc96e5dc7d387cf7eb8489bcc2fc7c966d.tar.gz volse-hubzilla-1002f9dc96e5dc7d387cf7eb8489bcc2fc7c966d.tar.bz2 volse-hubzilla-1002f9dc96e5dc7d387cf7eb8489bcc2fc7c966d.zip |
there were some bug fixes, roll version number
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ set_time_limit(0); define ( 'BUILD_ID', 1031 ); -define ( 'FRIENDIKA_VERSION', '2.01.1000' ); +define ( 'FRIENDIKA_VERSION', '2.01.1001' ); define ( 'DFRN_PROTOCOL_VERSION', '2.0' ); define ( 'EOL', "<br />\r\n" ); |