Bug 7688: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 23 Mar 2013 02:23:00 +0000 (22:23 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 23 Mar 2013 02:23:00 +0000 (22:23 -0400)
Database update for bug 7688 has been given version 3.11.00.114

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

index aa2aed9..6158de7 100755 (executable)
@@ -6723,7 +6723,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.114";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(qq|
         DROP TABLE IF EXISTS subscription_frequencies
index 357d0a6..ea0cc7f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.113';
+    our $VERSION = '3.11.00.114';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install