From 60689ce0ac9d0479001b31f6236e810a812c3817 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 21 Feb 2013 18:45:14 +1300 Subject: [PATCH] Bug 9145 : 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 c988cb01d6..07ebd8af57 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6131,7 +6131,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.10.02.002"; 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 9da74a235b..6164939e41 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.10.02.001'; + our $VERSION = '3.10.02.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5