diff --git a/VERSIONS b/VERSIONS
index cf8064def31c75c4307d037eaec0b03081ac6717..07af71023774d5afabf6afef10dcca4e30405386 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,10 @@
+18/11/2015 - v7.3.28
+
+ - ticket #33136 : correction de l'écriture des images dans le dossier temp.
+
+ - ticket #32771 : Ajout du texte "Valider" dans le bouton de validation de la modification d'un panier.
+
+
 13/11/2015 - v7.2.27
 
  - ticket #31988 : Correction de la css des bandeaux d'alertes pour être compatible avec le mode responsive.
diff --git a/VERSIONS_HOTLINE/32771 b/VERSIONS_HOTLINE/32771
deleted file mode 100644
index 46a4d12572aa8db7e0c75efdc061bf9500d8eda2..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/32771
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #32771 : Ajout du texte "Valider" dans le bouton de validation de la modification d'un panier.
diff --git a/VERSIONS_HOTLINE/33136 b/VERSIONS_HOTLINE/33136
deleted file mode 100644
index 2861523fff0f18b90dbba7e53954bc0b17c1b6ff..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/33136
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #33136 : correction de l'écriture des images dans le dossier temp.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 6868f7d6bf18c2457378ccbd9db9b6a2e5a3e0e3..109bb98ffccc33a4ea775fc77081754311ffa661 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -65,7 +65,7 @@ function defineConstant($name, $value) {
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.3');
 
-  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.27');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.28');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');