From 7f08964c9d62efe7730636a9553b4afe444dbbf7 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sun, 24 Feb 2013 10:18:43 -0500 Subject: [PATCH] Bug 9587: Increment version number Database update for bug 9587 has been given version 3.11.00.022 --- 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 99cbec3af8..a44e4e81b3 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6428,7 +6428,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.11.00.022"; if ( CheckVersion($DBversion) ) { $dbh->do( "INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('Persona',0,'Use Mozilla Persona for login','','YesNo')" diff --git a/kohaversion.pl b/kohaversion.pl index 3ab13d5477..bdc568972f 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.021'; + our $VERSION = '3.11.00.022'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2