Bug 6428 follow-up: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 13 Nov 2012 14:45:19 +0000 (09:45 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 13 Nov 2012 14:45:19 +0000 (09:45 -0500)
Database update for bug 6428 (follow-up) has been given version 3.09.00.065

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

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