From fb6b754a335b5f99721f8808095a3fe145964e96 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 16 Jul 2015 11:43:18 +1200 Subject: [PATCH] Bug 13993 Setting correct db version for 3.20.x --- 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 b0bd54d977..43b2d21441 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.21.00.009"; +$VERSION = "3.20.01.002"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 55056fb3b6..fd3ef54c9c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10550,7 +10550,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.21.00.009"; +$DBversion = "3.20.01.002"; if ( CheckVersion($DBversion) ) { $dbh->do(q| UPDATE aqorders SET orderstatus='cancelled' -- 2.39.5