diff --git a/VERSIONS b/VERSIONS index 2c7c83e524902f03f4996518fa0d5cf693e53059..21995292e4f017f2364608446c7dde8aaed3995b 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +27/11/2018 - v7.12.46 + + - ticket #82155 : SIGB Orphée: prise en compte de la donnée Can_Rsv pour indiquer la réservabilité des exemplaires dans la nouvelle version des web services d'Orphée + + 22/11/2018 - v7.12.45 - ticket #82185 : Compte lecteur : correction du processus de réservation. diff --git a/VERSIONS_HOTLINE/82155 b/VERSIONS_HOTLINE/82155 deleted file mode 100644 index fe84d94d8c1ad696fa5145217a3ce0c8ff9abba4..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/82155 +++ /dev/null @@ -1 +0,0 @@ - - ticket #82155 : SIGB Orphée: prise en compte de la donnée Can_Rsv pour indiquer la réservabilité des exemplaires dans la nouvelle version des web services d'Orphée \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index bc2840cdac510a7c01f93c696469e2f510b2e80b..f53dfc841dc4f384a2129a13de8fb34b4c4151bb 100644 --- a/library/startup.php +++ b/library/startup.php @@ -81,7 +81,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.12'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.45'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.46'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');