From f85c06d0c0330bc4512db8000b9898ac75fe7481 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 14 Oct 2011 11:44:35 +1300 Subject: [PATCH] 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 cfa9f4d8ce..93f9fce9f1 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4506,7 +4506,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.019"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("UPDATE itemtypes SET imageurl = 'vokal/Book.png' WHERE imageurl = 'vokal/BOOK.png'"); $dbh->do("UPDATE itemtypes SET imageurl = 'vokal/Book-32px.png' WHERE imageurl = 'vokal/BOOK-32px.png'"); diff --git a/kohaversion.pl b/kohaversion.pl index 90a61bc252..22164aadba 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.018'; + our $VERSION = '3.05.00.019'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2