Bumping version number for release
authorLiz Rea <wizzyrea@gmail.com>
Wed, 23 Sep 2015 01:20:53 +0000 (13:20 +1200)
committerLiz Rea <wizzyrea@gmail.com>
Wed, 23 Sep 2015 03:08:30 +0000 (15:08 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index aabb944..bff553e 100755 (executable)
@@ -9909,6 +9909,12 @@ if ( CheckVersion($DBversion) ) {
 "Upgrade to $DBversion done\n";
     SetVersion($DBversion);
 }
+$DBversion = "3.18.11.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion\n";
+    SetVersion ($DBversion);
+    print "Done (3.18.11 release)\n";
+}
 
 
 =head1 FUNCTIONS
index 1eecf12..c26b839 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.18.10.002';
+    our $VERSION = '3.18.11.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install