Bug 8347: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Feb 2013 14:07:31 +0000 (09:07 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Feb 2013 14:07:31 +0000 (09:07 -0500)
Database update for bug 8347 has been given version 3.11.00.020

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

index 43851ac..d4059cb 100755 (executable)
@@ -6414,7 +6414,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.020";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('UNIMARCField100Language', 'fre','UNIMARC field 100 default language',NULL,'short')");
     print "Upgrade to $DBversion done (Bug 8347 - Koha forces UNIMARC 100 field code language to 'fre')\n";
index ee3788d..34495bd 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.019';
+    our $VERSION = '3.11.00.020';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install