DBRev 3.17.00.000: ever onward
authorGalen Charlton <gmc@esilibrary.com>
Thu, 22 May 2014 21:08:20 +0000 (21:08 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 22 May 2014 21:08:20 +0000 (21:08 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 3fddef5..8bd0f53 100755 (executable)
@@ -8477,6 +8477,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
+$DBversion = '3.17.00.000';
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (there is no time to rest on our laurels)\n";
+    SetVersion ($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index ebac287..a07fc01 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.16.00.000';
+    our $VERSION = '3.17.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install