From e36db6c247e9b4a30ba3a1ddde9c31ebb4090e7f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 29 Oct 2013 23:57:44 +0000 Subject: [PATCH] Bug 7688: DBRev 3.13.00.033 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 6 +++--- kohaversion.pl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6289520f54..b6aba4ac16 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7330,8 +7330,8 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "XXX"; -if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { +$DBversion = "3.13.00.033"; +if ( CheckVersion($DBversion) ) { $dbh->do(qq| DROP TABLE IF EXISTS subscription_frequencies |); @@ -7579,7 +7579,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { } } - print "Upgrade to $DBversion done (Add subscription_frequencies and subscription_numberpatterns tables)\n"; + print "Upgrade to $DBversion done (Bug 7688: add subscription_frequencies and subscription_numberpatterns tables)\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index 3cd98965c3..b47851a7c2 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.13.00.032'; + our $VERSION = '3.13.00.033'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5