Increment version for 3.18.12 release
authorLiz Rea <wizzyrea@gmail.com>
Sun, 1 Nov 2015 23:16:01 +0000 (12:16 +1300)
committerLiz Rea <wizzyrea@gmail.com>
Sun, 1 Nov 2015 23:16:06 +0000 (12:16 +1300)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 52bde77..d8f8317 100755 (executable)
@@ -9928,6 +9928,12 @@ if ( CheckVersion($DBversion) ) {
     print "Done (Bug 14820: SMSSendUsername and SMSSendPassword are not listed in the system preferences)\n";
     SetVersion($DBversion);
 }
+$DBversion = "3.18.12.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion\n";
+    SetVersion ($DBversion);
+    print "Done ($DBversion release)\n";
+}
 
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068
index c26b839..cdef2b5 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.18.11.000';
+    our $VERSION = '3.18.12.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install