From c83e3441b3935cac9efa0bc4acb3683f71d5cb69 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Fri, 18 Nov 2011 11:40:08 -0500
Subject: [PATCH] * #7242: updated version numbers for release 1.0.1

---
 NEWS                                         | 2 ++
 daemon/configure.ac                          | 2 +-
 gnome/configure.ac                           | 2 +-
 plugins/configure.ac                         | 2 +-
 tools/build-system/launch-build-machine-2.sh | 2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index eceb88a204..622094a882 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
 # SFLphone
 ################################################
 
+* 2011-11-18: 1.0.1 has been released
+
 * 2011-09-30: 1.0.0 has been released
 
 * 2010-04-09: 0.9.8 rc1 has been released
diff --git a/daemon/configure.ac b/daemon/configure.ac
index 4d7225140a..0f70013793 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -3,7 +3,7 @@ dnl
 
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.65])
-AC_INIT([sflphone],[1.0.0],[sflphoneteam@savoirfairelinux.com],[sflphone])
+AC_INIT([sflphone],[1.0.1],[sflphoneteam@savoirfairelinux.com],[sflphone])
 AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011]])
 AC_REVISION([$Revision$])
 
diff --git a/gnome/configure.ac b/gnome/configure.ac
index a83fb0c8df..93d2703c98 100644
--- a/gnome/configure.ac
+++ b/gnome/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sflphone],[1.0.0],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
+AC_INIT([sflphone],[1.0.1],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE
 
diff --git a/plugins/configure.ac b/plugins/configure.ac
index f9dda8b5e6..7c0cd8b9ad 100644
--- a/plugins/configure.ac
+++ b/plugins/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sflphone],[1.0.0],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
+AC_INIT([sflphone],[1.0.1],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE
diff --git a/tools/build-system/launch-build-machine-2.sh b/tools/build-system/launch-build-machine-2.sh
index 5644777442..7020d26b10 100755
--- a/tools/build-system/launch-build-machine-2.sh
+++ b/tools/build-system/launch-build-machine-2.sh
@@ -22,7 +22,7 @@ DO_LOGGING=1
 DO_UPLOAD=1
 SNAPSHOT_TAG=`date +%Y%m%d`
 TAG_NAME_PREFIX=
-VERSION_NUMBER="1.0.0"
+VERSION_NUMBER="1.0.1"
 
 LAUNCHPAD_PACKAGES=( "sflphone-client-gnome" "sflphone-common" "sflphone-plugins")
 
-- 
GitLab