Bug 6428: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 10 Nov 2012 01:36:13 +0000 (20:36 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 10 Nov 2012 01:37:14 +0000 (20:37 -0500)
Database update for bug 6428 has been given version 3.09.00.064

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

index 76b3817..f7e34eb 100755 (executable)
@@ -6041,7 +6041,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.064";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    $dbh->do('ALTER TABLE items ADD coded_location_qualifier varchar(10) default NULL');
    print "Upgrade to $DBversion done (Bug 6428: Added coded_location_qualifier to the items table)\n";
index 9c89734..daac9de 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.063';
+    our $VERSION = '3.09.00.064';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install