diff --git a/www/download.php b/www/download.php
index 660463849218bd733d01c726412f93250a859b4e..3edf117f50d9f1d55f7c89ed0313d8df2479f82b 100644
--- a/www/download.php
+++ b/www/download.php
@@ -32,16 +32,18 @@ include('include/header.php');
                 
 
                     <li>Ubuntu 8.10 "Intrepid Ibex" 
-                        <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-i386/sflphone_0.9.3-0ubuntu2_i386.deb">i386</a> 
-                        | <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-amd64/sflphone_0.9.3-0ubuntu2_amd64.deb" >amd64</a>
+                        <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-i386/sflphone_0.9.3-0ubuntu3_i386.deb">i386</a> 
+                        | <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-amd64/sflphone_0.9.3-0ubuntu3_amd64.deb" >amd64</a>
                     </li>
                 
                     <li>Ubuntu 8.04 LTS "Hardy Heron" 
-                        <a href="http://sflphone.org/debian/dists/hardy/universe/binary-i386/sflphone_0.9.3-0ubuntu2_i386.deb" >i386</a> 
-                        | <a href="http://sflphone.org/debian/dists/hardy/universe/binary-amd64/sflphone_0.9.3-0ubuntu2_amd64.deb" >amd64</a>
+                        <a href="http://sflphone.org/debian/dists/hardy/universe/binary-i386/sflphone_0.9.3-0ubuntu3_i386.deb" >i386</a> 
+                        | <a href="http://sflphone.org/debian/dists/hardy/universe/binary-amd64/sflphone_0.9.3-0ubuntu3_amd64.deb" >amd64</a>
                     </li>
                 </ul>
-              <br/>
+                <i>Before installing the latest version 0.9.3-3, please remove the following packages: <b>dbus-c++-1</b> and <b>sflphone-iax2</b>. 
+                    The both libraries are now provided with sflphone package.</i>
+              <br/><br/>
               <a href="http://dev.savoirfairelinux.net/sflphone/wiki/DebianPackaging">add our repository</a>
                | <a href="http://dev.savoirfairelinux.net/sflphone/milestone/0.9.3#ReleaseNote">release note</a>  
                | <a href="http://dev.savoirfairelinux.net/sflphone/milestone/0.9.3#Changelog">changelog</a>
diff --git a/www/utils.php b/www/utils.php
index 4a65f924bb6ce5c44a0d16ee2152c1b9d740d377..633d33aef11a93e65e8f13ef72f11c7963286c5d 100644
--- a/www/utils.php
+++ b/www/utils.php
@@ -1,6 +1,6 @@
 <?php
 
-$GLOBALS['SFLPHONE_LATEST_VERSION'] = '0.9.3-2';
-$GLOBALS['SFLPHONE_RELEASE_DATE'] = '2008 Feb 14';
+$GLOBALS['SFLPHONE_LATEST_VERSION'] = '0.9.3-3';
+$GLOBALS['SFLPHONE_RELEASE_DATE'] = '2009 Feb 28';
 
 ?>