DBRev 3.14.00.000: Koha 3.14.0
authorGalen Charlton <gmc@esilibrary.com>
Thu, 21 Nov 2013 00:53:22 +0000 (00:53 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 21 Nov 2013 00:53:22 +0000 (00:53 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index db9bf95..f64d935 100755 (executable)
@@ -7750,6 +7750,11 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.14.00.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.14.0 release)\n";
+    SetVersion ($DBversion);
+}
 
 =head1 FUNCTIONS
 
index 1f6df4d..e6836cf 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.043';
+    our $VERSION = '3.14.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install