Bug 9207: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 11 Mar 2013 12:56:08 +0000 (08:56 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 11 Mar 2013 12:56:08 +0000 (08:56 -0400)
Database update for bug 9207 has been given version 3.11.00.026

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

index ee4aeba..82654d8 100755 (executable)
@@ -6477,7 +6477,7 @@ if ( CheckVersion($DBversion) ) {
 }
 
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.026";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(qq{
         ALTER TABLE import_records ADD INDEX batch_id_record_type ( import_batch_id, record_type );
index 7276d74..60ef7ff 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.025';
+    our $VERSION = '3.11.00.026';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install