From 6d3396ab254f2b54f6929bffb67afb869e23cb47 Mon Sep 17 00:00:00 2001 From: Brendan Gallagher Date: Thu, 26 May 2016 03:14:05 +0000 Subject: [PATCH] Final DBRev for the 3.23 dev to 16.05 Signed-off-by: Brendan Gallagher --- 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 3969167dd7..5e971f3bc6 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.23.00.064"; +$VERSION = "16.05.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9563a5876b..99e7e95b60 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12593,6 +12593,12 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = "16.05.00.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 16.05)\n"; + SetVersion($DBversion); +} + # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 -- 2.39.5