diff --git a/VERSIONS b/VERSIONS index d0f2a4944ea0e6aece1afaea36060c65f36021b3..7a0ba3f7dbae378d04c44b2308817c813dd470fb 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,10 @@ +03/11/2015 - v7.2.22 + + - ticket #32225 : Enrichissement Premiere: adaptation au changement du site + + - ticket #32112 : Connection de l'explorateur de fichiers avec l'authentification Bokeh + + 28/10/2015 - v7.2.21 - ticket #30552 : diff --git a/VERSIONS_HOTLINE/32112 b/VERSIONS_HOTLINE/32112 deleted file mode 100644 index 909936a3ef7df1d7da472fbf108a5aa82cb69335..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/32112 +++ /dev/null @@ -1 +0,0 @@ - - ticket #32112 : Connection de l'explorateur de fichiers avec l'authentification Bokeh \ No newline at end of file diff --git a/VERSIONS_HOTLINE/32225 b/VERSIONS_HOTLINE/32225 deleted file mode 100644 index 2c46d69461ac2406e0b9b45fbb0ff964330fbccb..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/32225 +++ /dev/null @@ -1 +0,0 @@ - - ticket #32225 : enrichissement Premiere: adaptation au changement du site \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 1a0643d7506090075a28bdcc3cd7da430ad8a66e..231d45b250e8d04aed2121021fd6fda3124d71b1 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 . '.21'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.22'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');