Bug 7067: Increment version number origin/new/bug_7067
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 14 Dec 2012 13:14:16 +0000 (08:14 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 14 Dec 2012 13:14:16 +0000 (08:14 -0500)
Database update for bug 7067 has been given version 3.11.00.008

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

index 0b6fa80..7870718 100755 (executable)
@@ -6181,7 +6181,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.11.00.XXX';
+$DBversion = "3.11.00.008";
 if (CheckVersion($DBversion)) {
     $dbh->do("
         CREATE TABLE IF NOT EXISTS `borrower_modifications` (
index 3953e20..136a73b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.007';
+    our $VERSION = '3.11.00.008';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install