From 46a19b27471de14effd6747eeafc59cf6fd3a13a Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 20 Feb 2013 08:42:14 -0500 Subject: [PATCH] Bug 9145: Increment version number Database update for bug 9145 has been given version 3.11.00.019 --- 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 2d38546971..447b3fef4a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6407,7 +6407,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.11.00.019"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('UNIMARCAuthorityField100', 'afrey50 ba0', NULL, NULL, 'Textarea')"); print "Upgrade to $DBversion done (Bug 9145 - Add syspref UNIMARCAuthorityField100)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 6ca0d87ebb..ee3788d336 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.11.00.018'; + our $VERSION = '3.11.00.019'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2