From 3c08b12f7de5ddee5b4ebebce355cdce65ad442f Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.com> Date: Tue, 28 Sep 2010 13:35:28 -0400 Subject: [PATCH] [#3316] Update version number --- sflphone-client-gnome/INSTALL | 2 +- sflphone-client-gnome/VERSION | 2 +- sflphone-client-gnome/configure.ac | 2 +- sflphone-common/NEWS | 9 +++++++++ sflphone-common/VERSION | 2 +- sflphone-common/configure.ac | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/sflphone-client-gnome/INSTALL b/sflphone-client-gnome/INSTALL index 7d1c323bea..6698da5e13 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 e3e180701e..7e310bae19 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 c5f2be88f1..67bf03093b 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 922f0ac845..8551c65b6b 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 e3e180701e..7e310bae19 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 43799dccc0..db399b884f 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$]) -- GitLab