diff --git a/sflphone-client-gnome/INSTALL b/sflphone-client-gnome/INSTALL
index 7d1c323beae76333f523f6df31c47a87f5597edb..6698da5e1396d809cdcfdbfb106e904ea716fed1 100644
--- a/sflphone-client-gnome/INSTALL
+++ b/sflphone-client-gnome/INSTALL
@@ -2,7 +2,7 @@ Installation Instructions
 *************************
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009, 20101 Free Software Foundation, Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/sflphone-client-gnome/VERSION b/sflphone-client-gnome/VERSION
index e3e180701e2ae694f8818779c4e28321a6b11b32..7e310bae19960a3c44b9f9095f1f95b1e4c49ad9 100644
--- a/sflphone-client-gnome/VERSION
+++ b/sflphone-client-gnome/VERSION
@@ -1 +1 @@
-0.9.8
+0.9.9
diff --git a/sflphone-client-gnome/configure.ac b/sflphone-client-gnome/configure.ac
index c5f2be88f180d1ed8c1907e5388786c5442851c3..67bf03093bdcdffa29344744a3ec255ca68f4c3d 100644
--- a/sflphone-client-gnome/configure.ac
+++ b/sflphone-client-gnome/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([SFLphone],[0.9.8],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
+AC_INIT([SFLphone],[0.9.9],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
 AM_CONFIG_HEADER(config.h)
 
 LT_INIT
diff --git a/sflphone-common/NEWS b/sflphone-common/NEWS
index 922f0ac8452f511ac1ee13ab18e523a133141a01..8551c65b6b619ba1f8da63b1aafbcaadf67446c4 100644
--- a/sflphone-common/NEWS
+++ b/sflphone-common/NEWS
@@ -1,3 +1,12 @@
+SFLphoned (0.9.9) / 2010-28-09
+	* Instant messaging
+	* Full Evolution addressbook integration
+	* A noise reduction engine to improve audio quality
+	* Linear int 16bit wave format support for ringtones
+	* Ability to select a different ringtone playback device than voice playback
+	* SIP early media
+	* A new configuration system based on YAML serialization format.
+
 SFLphoned (0.7.0) / 2006-...
 	* adding reload (sound driver) button
 	* fix: peer hangup remove flashing buttons
diff --git a/sflphone-common/VERSION b/sflphone-common/VERSION
index e3e180701e2ae694f8818779c4e28321a6b11b32..7e310bae19960a3c44b9f9095f1f95b1e4c49ad9 100644
--- a/sflphone-common/VERSION
+++ b/sflphone-common/VERSION
@@ -1 +1 @@
-0.9.8
+0.9.9
diff --git a/sflphone-common/configure.ac b/sflphone-common/configure.ac
index 43799dccc018df0047bdbf7662f1fb9379db8948..db399b884fb9000237272a589406f40990e44c2e 100644
--- a/sflphone-common/configure.ac
+++ b/sflphone-common/configure.ac
@@ -3,7 +3,7 @@ dnl
 
 	dnl Process this file with autoconf to produce a configure script.
 	AC_PREREQ(2.59)
-	AC_INIT([sflphone],[0.9.8~rc1],[sflphoneteam@savoirfairelinux.com],[sflphone])
+	AC_INIT([sflphone],[0.9.9],[sflphoneteam@savoirfairelinux.com],[sflphone])
 	AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010]])
 AC_REVISION([$Revision$])