Bug 9064: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 22 Nov 2012 14:04:05 +0000 (09:04 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 22 Nov 2012 14:04:05 +0000 (09:04 -0500)
Database update for bug 9064 has been given version 3.09.00.067

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

index 31bfc88..d16913f 100755 (executable)
@@ -6062,7 +6062,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.067";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    $dbh->do("ALTER TABLE statistics CHANGE COLUMN ccode ccode varchar(10) NULL");
    print "Upgrade to $DBversion done (Bug 9064: statistics.ccode potentially wrongly defined)\n";
index 3057f38..73f188b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.066';
+    our $VERSION = '3.09.00.067';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install