From: Jared Camins-Esakov Date: Thu, 7 Mar 2013 16:16:43 +0000 (-0500) Subject: Bug 8917: Increment version number X-Git-Tag: v3.12.00-alpha~31^2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=65522e25ca8dd90b52e206288b6d0e51213a5b63;p=koha-ffzg.git Bug 8917: Increment version number Database update for bug 8917 has been given version 3.11.00.025 --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 1137c00b70..405e033cec 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6444,7 +6444,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.025"; if ( CheckVersion($DBversion) ) { $dbh->do( "CREATE TABLE linktracker ( diff --git a/kohaversion.pl b/kohaversion.pl index 015f9d3415..7276d74785 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.11.00.024'; + our $VERSION = '3.11.00.025'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install