Bug 4906: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 17 Mar 2013 01:47:31 +0000 (21:47 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 17 Mar 2013 01:47:31 +0000 (21:47 -0400)
Database update for bug 4906 has been given version 3.11.00.030

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

index 2e0b670..0fe7750 100755 (executable)
@@ -6477,7 +6477,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.030";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('FinesIncludeGracePeriod','1','If enabled, fines calculations will include the grace period.',NULL,'YesNo');");
     print "Upgrade to $DBversion done (Add system preference FinesIncludeGracePeriod)\n";
index d12bfbc..57ed354 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.029';
+    our $VERSION = '3.11.00.030';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install