From ed73fb53ca6b402a240eb7d2ed414507fcc44290 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 9 Oct 2011 19:53:31 +1300 Subject: [PATCH] Database version bumped --- installer/data/mysql/updatedatabase.pl | 3 +-- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 55fcb33843..792787c1e8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl - # Database Updater # This script checks for required updates to the database. @@ -4446,7 +4445,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.012"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('RecordLocalUseOnReturn',0,'If ON, statistically record returns of unissued items as local use, instead of return',NULL,'YesNo')"); print "Upgrade to $DBversion done (add RecordLocalUseOnReturn syspref (enh 6403))\n"; diff --git a/kohaversion.pl b/kohaversion.pl index f864378a1f..6bf345b924 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.05.00.011'; + our $VERSION = '3.05.00.012'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0