mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
#6095: Update SFLphone version to 0.9.14
This commit is contained in:
@ -1 +1 @@
|
||||
0.9.13
|
||||
0.9.14
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([SFLphone],[0.9.13],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
|
||||
AC_INIT([SFLphone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
GNOME_DOC_INIT
|
||||
|
@ -1 +1 @@
|
||||
0.9.13
|
||||
0.9.14
|
||||
|
@ -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.13],[sflphoneteam@savoirfairelinux.com],[sflphone])
|
||||
AC_INIT([sflphone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone])
|
||||
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011]])
|
||||
AC_REVISION([$Revision$])
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <vector>
|
||||
#include "logger.h"
|
||||
|
||||
#define SFLPHONED_VERSION "0.9.13" /** Version number */
|
||||
#define SFLPHONED_VERSION "0.9.14" /** Version number */
|
||||
|
||||
#define HOMEDIR (getenv ("HOME")) /** Home directory */
|
||||
#define XDG_DATA_HOME (getenv ("XDG_DATA_HOME"))
|
||||
|
@ -1 +1 @@
|
||||
0.9.13
|
||||
0.9.14
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([SFLphone],[0.9.13],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
|
||||
AC_INIT([SFLphone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
PACKAGE=SFLphone
|
||||
|
Reference in New Issue
Block a user