Increment version for 3.18.0 release
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 28 Nov 2014 15:54:47 +0000 (12:54 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 28 Nov 2014 16:01:36 +0000 (13:01 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 393a3a1..97cbf9f 100755 (executable)
@@ -9573,6 +9573,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.18.00.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.18.0 release)\n";
+    SetVersion ($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index ab2726a..ea58959 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.060';
+    our $VERSION = '3.18.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install