Bug 9151: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 21 Dec 2012 12:41:27 +0000 (07:41 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 21 Dec 2012 12:41:27 +0000 (07:41 -0500)
Database update for bug 9151 has been given version 3.11.00.010

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

index f256c13..d93de4e 100755 (executable)
@@ -6298,7 +6298,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.010";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('RenewalSendNotice', '0', '', NULL, 'YesNo')");
     $dbh->do(q{
index eb6b55c..fc9d93b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.009';
+    our $VERSION = '3.11.00.010';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install