Final DBRev for the 3.23 dev to 16.05
authorBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 26 May 2016 03:14:05 +0000 (03:14 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 26 May 2016 03:14:05 +0000 (03:14 +0000)
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 3969167..5e971f3 100644 (file)
--- a/Koha.pm
+++ b/Koha.pm
@@ -29,7 +29,7 @@ use vars qw{ $VERSION };
 # - #4 : the developer version. The 4th number is the database subversion.
 #        used by developers when the database changes. updatedatabase take care of the changes itself
 #        and is automatically called by Auth.pm when needed.
-$VERSION = "3.23.00.064";
+$VERSION = "16.05.00.000";
 
 sub version {
     return $VERSION;
index 9563a58..99e7e95 100755 (executable)
@@ -12593,6 +12593,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "16.05.00.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 16.05)\n";
+    SetVersion($DBversion);
+}
+
 
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068