From 7dcd9c7402e18f115808802520504e0d6a99e9b4 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 23 Nov 2017 02:13:56 +1300 Subject: [PATCH] Increment version for 16.05.19 release --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 5e99726918..03a8f751e2 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 = "16.05.18.000"; +$VERSION = "16.05.19.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 3a5985e97a..0d3d5333bb 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -13049,6 +13049,12 @@ _types| ); uth type codes)\n"; } +$DBversion = "16.05.19.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 16.05.19)\n"; + SetVersion($DBversion); +} + # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug sss -- 2.39.5