From b99731e2e0290adddb5e419b8a987a9356fdf631 Mon Sep 17 00:00:00 2001 From: Brendan Gallagher Date: Mon, 30 May 2016 10:02:31 +0000 Subject: [PATCH] Updating the DBrev for a new dev track (unstable). 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 5e971f3bc6..8173895953 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.00.000"; +$VERSION = "16.06.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 99e7e95b60..6825fecf99 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12599,6 +12599,12 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = "16.056.00.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 16.06 - starting a new dev line at KohaCon16 in Thessaloniki, Greece! Koha is great!)\n"; + SetVersion($DBversion); +} + # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 -- 2.39.5