From 3f92b5e38114572722b983961a1defc0a663989e Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 14 Jul 2015 11:54:57 +1200 Subject: [PATCH] Bug 9942 : Bumping database version --- 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 60c82d6d49..a665017d62 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.20.01.000"; +$VERSION = "3.20.01.001"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 67f448f563..6a8e37c2f7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10516,7 +10516,7 @@ if ( CheckVersion($DBversion) ) { } -$DBversion = "3.21.00.XXX"; +$DBversion = "3.20.01.001"; if ( CheckVersion($DBversion) ) { my $msg; if ( C4::Context->preference('OPACPrivacy') ) { -- 2.39.5