From f69c9023d7c24a06ee06db24b9825015ec3e5229 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 16 Jul 2015 10:13:07 +0000 Subject: [PATCH] Bumping database version --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 34418630ac..9faf867111 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9807,7 +9807,7 @@ if ( CheckVersion($DBversion) ) { } -$DBversion = "3.21.00.XXX"; +$DBversion = "3.18.08.001"; if ( CheckVersion($DBversion) ) { my $msg; if ( C4::Context->preference('OPACPrivacy') ) { diff --git a/kohaversion.pl b/kohaversion.pl index a8833415a7..6ba966e772 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.18.08.000'; + our $VERSION = '3.18.08.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5