DBRev 3.19.00.000: keep moving
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 4 Dec 2014 17:15:05 +0000 (14:15 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 4 Dec 2014 17:16:02 +0000 (14:16 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

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