Skip to content
Snippets Groups Projects
Commit 173615e9 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Merge branch 'master' of...

parents 367e26d8 a60d39de
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# SFLphone # SFLphone
################################################ ################################################
* 2010-04-09: 0.9.8 rc1 has been released
* 2010-03-25: 0.9.8 beta has been released * 2010-03-25: 0.9.8 beta has been released
* 2009-12-10: SFLphone 0.9.7 has been released * 2009-12-10: SFLphone 0.9.7 has been released
......
0.9.8~beta 0.9.8~rc1
AC_INIT([SFLphone],[0.9.8~beta],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) AC_INIT([SFLphone],[0.9.8~rc1],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
LT_INIT LT_INIT
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY app "SFLphone"> <!ENTITY app "SFLphone">
<!ENTITY appversion "0.9.8~beta"> <!ENTITY appversion "0.9.8~rc1">
<!ENTITY docversion "1.0"> <!ENTITY docversion "1.0">
]> ]>
......
0.9.8~beta 0.9.8~rc1
...@@ -3,7 +3,7 @@ dnl ...@@ -3,7 +3,7 @@ dnl
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.59) AC_PREREQ(2.59)
AC_INIT([sflphone],[0.9.8~beta],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_INIT([sflphone],[0.9.8~rc1],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]])
AC_REVISION([$Revision$]) AC_REVISION([$Revision$])
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <vector> #include <vector>
#include "logger.h" #include "logger.h"
#define SFLPHONED_VERSION "0.9.8~beta" /** Version number */ #define SFLPHONED_VERSION "0.9.8~rc1" /** Version number */
#define HOMEDIR (getenv ("HOME")) /** Home directory */ #define HOMEDIR (getenv ("HOME")) /** Home directory */
#define XDG_DATA_HOME (getenv ("XDG_DATA_HOME")) #define XDG_DATA_HOME (getenv ("XDG_DATA_HOME"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment