Increment version for 3.18.13 release
authorLiz Rea <wizzyrea@gmail.com>
Wed, 23 Dec 2015 23:16:22 +0000 (12:16 +1300)
committerLiz Rea <wizzyrea@gmail.com>
Wed, 23 Dec 2015 23:16:29 +0000 (12:16 +1300)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>

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

index e0eb65c..7901be2 100755 (executable)
@@ -9934,6 +9934,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
     print "Done ($DBversion release)\n";
 }
+$DBversion = "3.18.13.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done\n";
+    SetVersion ($DBversion);
+    print "Done (3.18.13 release)\n";
+}
 
 =head1 FUNCTIONS
 
index cdef2b5..f2cb633 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.18.12.000';
+    our $VERSION = '3.18.13.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install