diff --git a/VERSIONS b/VERSIONS index 76226c97f97d7a189ee945e071c2fabb52804158..1b4773911f8131bf2c23a6a5ad494d9640950e01 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +09/05/2017 - v7.8.17 + + - ticket #59638 : Newsletter: Correction d'un bug envoyant les newsletters en ignorant les modifications depuis leur dernière prévisualisation. + + 02/05/2017 - v7.8.16 - ticket #55142 : ajout de mécanismes d'analyse du déroulement du moissonnage des ressources numériques diff --git a/VERSIONS_HOTLINE/59638 b/VERSIONS_HOTLINE/59638 deleted file mode 100644 index 1f5aced4c8a311ee66a477d1c7e16c9d750af58e..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/59638 +++ /dev/null @@ -1 +0,0 @@ - - ticket #59638 : Bug newsletter sur l'envoi de version antérieure , modification du message de confirmation avant l'envoi \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 8c40c6675f391b087c17982616cb968323eb6597..efe7ad3cf0484f035b5edf0499e0ef5323b4ac17 100644 --- a/library/startup.php +++ b/library/startup.php @@ -83,7 +83,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.8'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.16'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.17'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');