From ba0621e2df3207832b23608fa30a2be347b35f3c Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 30 Dec 2015 16:01:23 +0000 Subject: [PATCH] Bug 9819 - DBrev 3.23.00.004 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 393abc525d..18d27fc491 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.003"; +$VERSION = "3.23.00.004"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c2652dc068..a46fc4b5ba 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11429,7 +11429,7 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.23.00.004"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ DROP TABLE IF EXISTS `stopwords`; -- 2.39.5