From b133918d0abf8e14bb0af365f466465f9abe6d72 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 12 Dec 2010 20:42:43 +1300 Subject: [PATCH] Bumping version number --- 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 ee39fe20cf..7eea7005e8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3876,7 +3876,7 @@ VALUES SetVersion ($DBversion); }; -$DBversion = '3.0X.0X.XXX'; +$DBversion = '3.03.00.005'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("update `systempreferences` set options='whitespace|T-prefix|cuecat|libsuite8' where variable='itemBarcodeInputFilter'"); print "Upgrade to $DBversion done (Add itemBarcodeInputFilter choice libsuite8)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index fc453fb6f2..ec6c2b35e3 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.0X.0X.XXX'; + our $VERSION = '3.03.00.005'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5