Skip to content
Snippets Groups Projects
Commit fd25f85b authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #13218: Bump version numbers for release 1.2.0

parent b3bc8864
Branches
Tags
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# SFLphone # SFLphone
################################################ ################################################
* 2012-08-10: 1.2.0 has been released
* 2012-05-17: 1.1.0 has been released * 2012-05-17: 1.1.0 has been released
* 2011-11-18: 1.0.1 has been released * 2011-11-18: 1.0.1 has been released
......
...@@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59 ...@@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([sflphone],[1.1.0],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_INIT([sflphone],[1.2.0],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012]]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012]])
AC_REVISION([$Revision$]) AC_REVISION([$Revision$])
......
AC_INIT([sflphone],[1.1.0],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) AC_INIT([sflphone],[1.2.0],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
......
AC_INIT([sflphone],[1.1.0],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins]) AC_INIT([sflphone],[1.2.0],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
......
...@@ -22,7 +22,7 @@ DO_LOGGING=1 ...@@ -22,7 +22,7 @@ DO_LOGGING=1
DO_UPLOAD=1 DO_UPLOAD=1
SNAPSHOT_TAG=`date +%Y%m%d` SNAPSHOT_TAG=`date +%Y%m%d`
TAG_NAME_PREFIX= TAG_NAME_PREFIX=
VERSION_NUMBER="1.1.0" VERSION_NUMBER="1.2.0"
LAUNCHPAD_PACKAGES=("sflphone-common" "sflphone-client-kde" "sflphone-client-gnome" "sflphone-plugins") LAUNCHPAD_PACKAGES=("sflphone-common" "sflphone-client-kde" "sflphone-client-gnome" "sflphone-plugins")
# LAUNCHPAD_PACKAGES=("sflphone-client-kde") # LAUNCHPAD_PACKAGES=("sflphone-client-kde")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment