From 3293434c23dad2298e38dc393ca2e000ef068cef Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 23 Mar 2013 09:54:28 -0400 Subject: [PATCH] Bump version for Koha 3.12.00-beta1 release --- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index d28e909e11..1aee65924b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6742,6 +6742,13 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.11.00.200"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.12-beta1 release)\n"; + SetVersion ($DBversion); +} + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 1d37e96d1a..f962169ccf 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.116'; + our $VERSION = '3.11.00.200'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1