From 8fa2cc8585eb7077eb8286b5a1b66cd3cd93475e Mon Sep 17 00:00:00 2001 From: Mason James Date: Sat, 31 Dec 2016 15:32:45 +1300 Subject: [PATCH] Version 16.05.07 Signed-off-by: Mason James --- 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 d92512e253..1c4610c8b5 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.06.001"; +$VERSION = "16.05.07.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 70036be930..1b772f661d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12858,6 +12858,11 @@ INSERT IGNORE INTO user_permissions (borrowernumber, module_bit, code) print "Upgrade to $DBversion done (Bug 17663 - Forgotten userpermissions)\n"; } +$DBversion = '16.05.07.000'; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 16.05.07)\n"; + SetVersion($DBversion); +} # DEVELOPER PROCESS, search for anything to execute in the db_update directory -- 2.39.5