From 4f79936fed2950c5e9ab614c9fae34254e521956 Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Tue, 3 Jun 2014 10:56:22 +0200 Subject: [PATCH] hotline 6.44.5 --- VERSIONS | 4 ++++ library/startup.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index f6d3162f128..ce205c042c2 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,7 @@ +03/06/2014 - v6.44.5 +- ticket #14019 : Correction de l'export unimarc des listes de prêts +- ticket #13776 : mise à jour de la fermeture de session avec le web service ALOES + 28/05/2014 - v6.44.4 - ticket #13574 : Correction intégration des notices provenant de GAM lorsqu'elles contiennent le caractère 0x92 diff --git a/library/startup.php b/library/startup.php index c2bd728bd3c..4948098f553 100644 --- a/library/startup.php +++ b/library/startup.php @@ -56,7 +56,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('VERSION_PERGAME','6.44'); - defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.3'); + defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.5'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); -- GitLab