From: Jared Camins-Esakov Date: Fri, 15 Mar 2013 23:11:44 +0000 (-0400) Subject: Bug 9756: Increment version number X-Git-Tag: v3.12.00-alpha~10^2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Fnew%2Fbug_9756;p=koha-ffzg.git Bug 9756: Increment version number Database update for bug 9756 has been given version 3.11.00.028 --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index a9106dff83..9b4aa8eeda 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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"; diff --git a/kohaversion.pl b/kohaversion.pl index 51d52d1e4f..1c52711ceb 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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