From: Jared Camins-Esakov Date: Sun, 31 Mar 2013 02:52:50 +0000 (-0400) Subject: Bug 9498: Increment version number X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=44a9916303567352a7b215f039b0d47a08ed846a;p=koha.git Bug 9498: Increment version number Database update for bug 9498 has been given version 3.11.00.201 --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 4557c20c5c..bc8375a24e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6748,7 +6748,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.201"; if ( CheckVersion($DBversion) ) { $dbh->do("UPDATE z3950servers SET encoding = 'ISO_8859-1' WHERE name = 'BIBSYS' AND host LIKE 'z3950.bibsys.no'"); $dbh->do("UPDATE z3950servers SET encoding = 'ISO_8859-1' WHERE name = 'NORBOK' AND host LIKE 'z3950.nb.no'"); diff --git a/kohaversion.pl b/kohaversion.pl index f962169ccf..3372b8d387 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.200'; + our $VERSION = '3.11.00.201'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install