From 44df78078777deda85bee69127e5d8ded6b2ba4c Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 8 Dec 2016 06:36:41 +1300 Subject: [PATCH] Version 16.05.06 --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Koha.pm b/Koha.pm index 06036e15c0..661a26a542 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.05.001"; +$VERSION = "16.05.06.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ce6eae79af..b5cb41058b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12819,7 +12819,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = '16.05.05.002'; if ( CheckVersion($DBversion) ) { my $sth = $dbh->prepare(q{ @@ -12870,6 +12870,12 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = '16.05.06.000'; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 16.05.06)\n"; + SetVersion($DBversion); +} + # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.39.5