From d2e807448f91788113bbe0f070ec16614eb8d35b Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Thu, 17 Dec 2015 14:53:51 +0100 Subject: [PATCH] version 7.2.35 --- VERSIONS | 5 +++++ VERSIONS_HOTLINE/32959 | 1 - library/startup.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/32959 diff --git a/VERSIONS b/VERSIONS index f7a0daf75a2..bb51efd3856 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +17/12/2015 - v7.2.35 + + - ticket #32959 : Prise en compte du champ activité dans l'affichage d'exemplaires sans webservices + + 14/12/2015 - v7.2.34 - ticket #33712 : Nanook : Les paniers exportés sont rattachés à l'administrateur Bokeh diff --git a/VERSIONS_HOTLINE/32959 b/VERSIONS_HOTLINE/32959 deleted file mode 100644 index 5fc5cb55815..00000000000 --- a/VERSIONS_HOTLINE/32959 +++ /dev/null @@ -1 +0,0 @@ - - ticket #32959 : Prise en compte du champ activité dans l'affichage d'exemplaires sans webservices \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 3449a5a14ec..a207b42175a 100644 --- a/library/startup.php +++ b/library/startup.php @@ -64,7 +64,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.2'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.34'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.35'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab