diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-22 20:52:39 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-22 20:52:39 -0800 |
commit | 277da4363194bd652918b100b93fdb0a85f9f689 (patch) | |
tree | 6504fe43d240ae65e32423b8ba2a81cd77967308 /boot.php | |
parent | 80ce2def461705ebd0853e99ddfc0d1bc1de2915 (diff) | |
download | volse-hubzilla-277da4363194bd652918b100b93fdb0a85f9f689.tar.gz volse-hubzilla-277da4363194bd652918b100b93fdb0a85f9f689.tar.bz2 volse-hubzilla-277da4363194bd652918b100b93fdb0a85f9f689.zip |
provide DB compatibility for poll and voting implementations across several platforms
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.1.12' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1203 ); +define ( 'DB_UPDATE_VERSION', 1204 ); define ( 'PROJECT_BASE', __DIR__ ); |