Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
147
Issues
147
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
fd25f85b
Commit
fd25f85b
authored
Aug 10, 2012
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #13218: Bump version numbers for release 1.2.0
parent
b3bc8864
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
NEWS
NEWS
+2
-0
daemon/configure.ac
daemon/configure.ac
+1
-1
gnome/configure.ac
gnome/configure.ac
+1
-1
plugins/configure.ac
plugins/configure.ac
+1
-1
tools/build-system/launch-build-machine-jenkins.sh
tools/build-system/launch-build-machine-jenkins.sh
+1
-1
No files found.
NEWS
View file @
fd25f85b
...
...
@@ -2,6 +2,8 @@
# SFLphone
################################################
* 2012-08-10: 1.2.0 has been released
* 2012-05-17: 1.1.0 has been released
* 2011-11-18: 1.0.1 has been released
...
...
daemon/configure.ac
View file @
fd25f85b
...
...
@@ -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.
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_REVISION([$Revision$])
...
...
gnome/configure.ac
View file @
fd25f85b
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])
AM_INIT_AUTOMAKE
...
...
plugins/configure.ac
View file @
fd25f85b
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])
AM_INIT_AUTOMAKE
...
...
tools/build-system/launch-build-machine-jenkins.sh
View file @
fd25f85b
...
...
@@ -22,7 +22,7 @@ DO_LOGGING=1
DO_UPLOAD
=
1
SNAPSHOT_TAG
=
`
date
+%Y%m%d
`
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-client-kde")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment