From 1425bc98bda3597043b3256c3bebca5ebf0209af Mon Sep 17 00:00:00 2001 From: Mason James Date: Mon, 31 Jul 2017 01:04:17 +1200 Subject: [PATCH] Increment version for 16.05.15 release --- 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 c8ce878f0d..e89a5cf923 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.14.000"; +$VERSION = "16.05.15.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index a026b7a131..3615a7c157 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -13006,6 +13006,11 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (Bug 18600 - Missing db update for TalkingTechItivaPhoneNotification)\n"; } +$DBversion = "16.05.15.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 16.05.15)\n"; + SetVersion($DBversion); +} # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug sss -- 2.39.5