From 6921fae06efae0967f9adc133b2c4c59c06b435f Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 11 Dec 2014 23:31:56 +1300 Subject: [PATCH] Increment version for 3.16.5 (001) release Signed-off-by: Mason James --- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- misc/release_notes/release_notes_3_16_5.txt | 5 +++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index bf962a7694..be3969a013 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8517,6 +8517,13 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.05.001"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.5.001 release)\n"; + SetVersion ($DBversion); +} + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 8a6bda25dc..57d09b1ecd 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.16.05.000'; + our $VERSION = '3.16.05.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install diff --git a/misc/release_notes/release_notes_3_16_5.txt b/misc/release_notes/release_notes_3_16_5.txt index e5fb110105..4a4dbb7eee 100644 --- a/misc/release_notes/release_notes_3_16_5.txt +++ b/misc/release_notes/release_notes_3_16_5.txt @@ -1,5 +1,5 @@ RELEASE NOTES FOR KOHA 3.16.5 -10 Dec 2014 +11 Dec 2014 ======================================================================== Koha is the first free and open source software library automation package @@ -25,6 +25,7 @@ Koha 3.16.5 is a security release. Security fix ============ + 13425 - Facets in the Intranet have an xss vulnerability 13425 - Facets in the OPAC have an xss vulnerability @@ -227,4 +228,4 @@ tracker at He rau ringa e oti ai. (Many hands finish the work) -##### Autogenerated release notes updated last on 10 Dec 2014 06:23:49 Z ##### +##### Autogenerated release notes updated last on 11 Dec 2014 06:23:49 Z ##### -- 2.39.5