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

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

index 6c576fa..222428d 100755 (executable)
@@ -6631,7 +6631,7 @@ if ( CheckVersion($DBversion) ) {
 }
 
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.106";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES ('19', 'plugins', 'Koha plugins', '0')");
     $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES
index dce45b7..4d8e9a1 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.105';
+    our $VERSION = '3.11.00.106';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install