Bug 9353: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Mar 2013 18:47:31 +0000 (14:47 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Mar 2013 18:47:31 +0000 (14:47 -0400)
Database update for bug 9353 has been given version 3.11.00.105

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

index 31344d3..d6c18d1 100755 (executable)
@@ -6564,7 +6564,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.105";
 if ( CheckVersion($DBversion) ) {
     if ( C4::Context->preference("marcflavour") eq 'MARC21' ) {
         $sth = $dbh->prepare(
index b51d6e8..dce45b7 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.104';
+    our $VERSION = '3.11.00.105';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install