From 0aa6ba1599bb0de923619a365f529119dc5c67a6 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 31 Dec 2015 12:33:20 +0000 Subject: [PATCH] Bug 12375 - DBrev 3.23.00.006 --- 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 aed2a8e70e..b747f73ec8 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.005"; +$VERSION = "3.23.00.006"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 14e5adde4f..7bea011449 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11449,7 +11449,7 @@ if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done (Bug 11569 - Typo in userpermissions.sql)\n"; SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.23.00.006"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(" ALTER TABLE serial -- 2.39.5