From 6ce6ecd92d851ad5ddcbd7d2e72236d175cf95d1 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 8 May 2012 09:36:32 +1200 Subject: [PATCH] Database version bump --- 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 dd3483fada..dff3de074d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5212,7 +5212,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.08.00.XXX"; +$DBversion = "3.08.00.001"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("ALTER TABLE borrower_attribute_types CHANGE category_code category_code VARCHAR( 1 ) NULL DEFAULT NULL"); print "Upgrade to $DBversion done. (Bug 8002: Update patron attribute types table to allow NULL category_code)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 8b029f856a..88d3066602 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.08.00.000'; + our $VERSION = '3.08.00.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2