diff --git a/VERSIONS b/VERSIONS index 22103324d7a2ee63f82606485046990ebb9abbbe..26619ebf9a402302040d3e084e8e1792fa2d268c 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +23/11/2016 - v7.6.17 + + - ticket #50500 : Indexation : correction d'une erreur lorsqu'un niveau thesaurus dépassait 9999 éléments + + 18/11/2016 - v7.6.16 - ticket #50010 : Suggestions d'achats avec Koha : remplacement de la colonne PatronReason par Note diff --git a/VERSIONS_HOTLINE/50500 b/VERSIONS_HOTLINE/50500 deleted file mode 100644 index 565cd501af81c844928b1ff8300d78ab0e30b13d..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/50500 +++ /dev/null @@ -1 +0,0 @@ - - ticket #50500 : Indexation : correction d'une erreur lorsqu'un niveau thesaurus dépassait 9999 éléments \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 80f99429cbb540f003b0d63fb9913a44288f1aae..936203fce3fd6e2e00e6ef3646e98d3102314444 100644 --- a/library/startup.php +++ b/library/startup.php @@ -67,7 +67,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.6'); - 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/');