From 5d5a1509d113ed1ca9ff7e4132fa638dc622ae77 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 28 Oct 2016 11:30:38 +0000 Subject: [PATCH] Bug 14598 - DBRev 16.06.00.039 Signed-off-by: Kyle M Hall --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha.pm b/Koha.pm index 2565af6e4a..6c0cc14a7e 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.06.00.038"; +$VERSION = "16.06.00.039"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 0061183b0d..585934ab41 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -13344,7 +13344,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = "16.06.00.039"; if ( CheckVersion($DBversion) ) { my $sth = $dbh->prepare(q{ -- 2.20.1