From e4585d4853bfe1f709bd3066b67b26de9ac1f7a6 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 25 Mar 2014 09:11:54 +1300 Subject: [PATCH] Bumping version number for release --- installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6de680af81..395e50513c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6987,6 +6987,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.12.112.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.12.12 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 6ac5f97922..e90e74f993 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.12.11.000'; + our $VERSION = '3.12.12.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5