Bug 9014: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 21 Mar 2013 15:08:08 +0000 (11:08 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 21 Mar 2013 15:08:08 +0000 (11:08 -0400)
Database update for bug 9014 has been given version 3.11.00.107

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

index cc51b46..caa1fc5 100755 (executable)
@@ -6654,7 +6654,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.107";
 if ( CheckVersion($DBversion) ) {
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','Choice')");
    print "Upgrade to $DBversion done (Bug 9014: Add syspref TimeFormat)\n";
index 4d8e9a1..dc82859 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.106';
+    our $VERSION = '3.11.00.107';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install