Bug 8378: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 22 Mar 2013 01:55:14 +0000 (21:55 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 22 Mar 2013 01:55:14 +0000 (21:55 -0400)
Database update for bug 8378 has been given version 3.11.00.111

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

index 1f5283d..5c7b323 100755 (executable)
@@ -6683,7 +6683,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.11.00.XXX';
+$DBversion = "3.11.00.111";
 if ( CheckVersion($DBversion) ) {
     my $sth = $dbh->prepare("
         SELECT module, code, branchcode, content
index 6e0c22e..b7a6408 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.110';
+    our $VERSION = '3.11.00.111';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install