Bug 9107: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 20 Nov 2012 11:57:22 +0000 (06:57 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 20 Nov 2012 11:57:22 +0000 (06:57 -0500)
Database update for bug 9107 has been given version 3.09.00.066

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

index 07c0b43..964df0c 100755 (executable)
@@ -6055,7 +6055,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.09.00.066";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    $dbh->do("DELETE FROM systempreferences WHERE variable='DidYouMeanFromAuthorities'");
    print "Upgrade to $DBversion done (Bug 9107: remove DidYouMeanFromAuthorities syspref)\n";
index fbb8d69..3057f38 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.065';
+    our $VERSION = '3.09.00.066';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install