Bug 9381: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 7 Apr 2013 17:48:46 +0000 (13:48 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 7 Apr 2013 17:48:46 +0000 (13:48 -0400)
Database update for bug 9381 has been given version 3.11.00.202

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

index 8ff1d88..7c97a51 100755 (executable)
@@ -6758,7 +6758,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.202";
 if ( CheckVersion($DBversion) ) {
    $dbh->do("INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'ca', 'language', 'Catalan','2013-01-12' )");
    $dbh->do("INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) VALUES( 'ca','cat')");
index 3372b8d..9d1e623 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.201';
+    our $VERSION = '3.11.00.202';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install