From 416fee0bf64c926a0c8adc97d49e5f15c64bedb5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?=
 <rafael.carre@savoirfairelinux.com>
Date: Fri, 30 Sep 2011 09:27:16 -0400
Subject: [PATCH] Bump version to 1.0.0

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

diff --git a/NEWS b/NEWS
index 226e08b2bd..eceb88a204 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
 # SFLphone
 ################################################
 
+* 2011-09-30: 1.0.0 has been released
+
 * 2010-04-09: 0.9.8 rc1 has been released
 
 * 2010-03-25: 0.9.8 beta has been released
diff --git a/daemon/configure.ac b/daemon/configure.ac
index befc460958..304ab694b6 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],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone])
+AC_INIT([sflphone],[1.0.0],[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 acbb432c37..a8df44ef04 100644
--- a/gnome/configure.ac
+++ b/gnome/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sflphone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
+AC_INIT([sflphone],[1.0.0],[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 70070d82a7..4b10f7332f 100644
--- a/plugins/configure.ac
+++ b/plugins/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sflphone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
+AC_INIT([sflphone],[1.0.0],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE
diff --git a/tools/build-system/build-osc.sh b/tools/build-system/build-osc.sh
index 398299b976..55d1cda900 100755
--- a/tools/build-system/build-osc.sh
+++ b/tools/build-system/build-osc.sh
@@ -19,7 +19,7 @@ LAUNCHPAD_PACKAGES=( "sflphone-client-gnome" "sflphone-common" "sflphone-plugins
 REFERENCE_REPOSITORY="${ROOT_DIR}/sflphone-source-repository"
 OSC_DIR="${REFERENCE_REPOSITORY}/tools/build-system/osc"
 
-SOFTWARE_VERSION="0.9.14"
+SOFTWARE_VERSION="1.0.0"
 
 VERSION_INDEX=1
 
diff --git a/tools/build-system/launch-build-machine-2.sh b/tools/build-system/launch-build-machine-2.sh
index 2ae720c1fd..7834cfc113 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="0.9.13"
+VERSION_NUMBER="1.0.0"
 
 LAUNCHPAD_PACKAGES=( "sflphone-client-gnome" "sflphone-common" "sflphone-plugins")
 
-- 
GitLab