Bug 14598 - DBRev 16.06.00.039
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 11:30:38 +0000 (11:30 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 11:30:38 +0000 (11:30 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 2565af6..6c0cc14 100644 (file)
--- 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;
index 0061183..585934a 100755 (executable)
@@ -13344,7 +13344,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "16.06.00.039";
 if ( CheckVersion($DBversion) ) {
 
     my $sth = $dbh->prepare(q{