From a5b3934e4d1bb922e79a8983501e441794d0ecfa Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 23 Aug 2016 10:53:48 +1200 Subject: [PATCH] Bumping version number to 3.20.14 --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index d53edcbccb..5533902dba 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.13.000"; +$VERSION = "3.20.14.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 085a948593..1711823896 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10802,6 +10802,11 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.20.14.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 3.20.13)\n"; + SetVersion($DBversion); +} # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 -- 2.39.5