Bug 9030: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 28 Nov 2012 23:44:13 +0000 (18:44 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 28 Nov 2012 23:45:17 +0000 (18:45 -0500)
Database update for bug 9030 has been given version 3.11.00.002

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

index 3eb95c4..61bdd54 100755 (executable)
@@ -6083,7 +6083,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.002";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do(q{
         DELETE from aqorders_items where ordernumber NOT IN (SELECT ordernumber FROM aqorders);
index bb473e9..a3619b0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.001';
+    our $VERSION = '3.11.00.002';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install