Bug 9756: Increment version number origin/new/bug_9756
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 15 Mar 2013 23:11:44 +0000 (19:11 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 15 Mar 2013 23:11:44 +0000 (19:11 -0400)
Database update for bug 9756 has been given version 3.11.00.028

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

index a9106df..9b4aa8e 100755 (executable)
@@ -6505,7 +6505,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.028";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('PatronSelfRegistrationAdditionalInstructions', '', NULL , 'A free text field to display additional instructions to newly self registered patrons.', 'free'    );");
     print "Upgrade to $DBversion done (Bug 9756 - Patron self registration missing the system preference PatronSelfRegistrationAdditionalInstructions)\n";
index 51d52d1..1c52711 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.027';
+    our $VERSION = '3.11.00.028';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install