From 546047f5cd9afcd977f81030cec15e19da65c19a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 24 Aug 2015 11:36:58 +1200 Subject: [PATCH] Updating version for 3.20.3 release --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 37411839cf..b9ca33a26a 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "3.20.02.000"; +$VERSION = "3.20.03.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 29335c3b17..d6c7e06107 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10567,6 +10567,13 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.20.03.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 3.20.3)\n"; + SetVersion($DBversion); +} + + # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 -- 2.39.5