diff --git a/sflphone-client-gnome/VERSION b/sflphone-client-gnome/VERSION
index 56f3151140cc57c0ac49cfaeabf8c5c4118b7ef4..8225a4ba4fd1e11fc3bbdd702bfc1d99aadfbf74 100644
--- a/sflphone-client-gnome/VERSION
+++ b/sflphone-client-gnome/VERSION
@@ -1 +1 @@
-0.9.10
+0.9.11
diff --git a/sflphone-client-gnome/configure.ac b/sflphone-client-gnome/configure.ac
index a8c37e9886e880afd231ee09f0e5a9aea65f8428..d684f0084ac1605ddf7538900327486042d40988 100644
--- a/sflphone-client-gnome/configure.ac
+++ b/sflphone-client-gnome/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([SFLphone],[0.9.10],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
+AC_INIT([SFLphone],[0.9.11],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
 AM_CONFIG_HEADER(config.h)
 
 LT_INIT
diff --git a/sflphone-common/VERSION b/sflphone-common/VERSION
index 56f3151140cc57c0ac49cfaeabf8c5c4118b7ef4..8225a4ba4fd1e11fc3bbdd702bfc1d99aadfbf74 100644
--- a/sflphone-common/VERSION
+++ b/sflphone-common/VERSION
@@ -1 +1 @@
-0.9.10
+0.9.11
diff --git a/sflphone-common/configure.ac b/sflphone-common/configure.ac
index 789fc634800bfeaeee1915f06b94eda87cbe4884..ab2adba9195fc934b9c8dbebcb7c6b8cf49b8e00 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.10],[sflphoneteam@savoirfairelinux.com],[sflphone])
+	AC_INIT([sflphone],[0.9.11],[sflphoneteam@savoirfairelinux.com],[sflphone])
 	AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010]])
 AC_REVISION([$Revision$])
 
diff --git a/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp b/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp
index c3888d707cf84fdafe0265c3ad8f37ab9389e8af..68368b36eb8130174d18915cda9ef05f8b21e1da 100644
--- a/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp
+++ b/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp
@@ -241,6 +241,8 @@ void AudioRtpSession::sendMicData()
     if (!compSize)
         return;
 
+    _timestampCount++;
+
     // Reset timestamp to make sure the timing information are up to date
     if (_timestampCount > RTP_TIMESTAMP_RESET_FREQ) {
         _timestamp = getCurrentTimestamp();