Bug 8365: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 22 Mar 2013 11:58:14 +0000 (07:58 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 22 Mar 2013 11:58:14 +0000 (07:58 -0400)
Database update for bug 8365 has been given version 3.11.00.112

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

index 747c0d8..34ffc88 100755 (executable)
@@ -6701,7 +6701,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.112";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(qq{
         ALTER TABLE issuingrules ADD COLUMN renewalperiod int(4) DEFAULT NULL AFTER renewalsallowed
index b7a6408..ff97cf5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.111';
+    our $VERSION = '3.11.00.112';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install