From: Jared Camins-Esakov Date: Thu, 2 May 2013 03:06:54 +0000 (-0400) Subject: Increment version for 3.12.0-beta3 release X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=fa69f553eebbe671760cef93d869e24d4dc243a5;p=koha.git Increment version for 3.12.0-beta3 release Signed-off-by: Jared Camins-Esakov --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9e5861e4d8..be4dfa267c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6778,6 +6778,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.11.00.300"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.12-beta3 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 0202d9d5a6..06d49b107c 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.203'; + our $VERSION = '3.11.00.300'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install