Skip to content
Snippets Groups Projects
Commit 4907c7c8 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update version number to 0.9.5~beta

parent 51ac7ad7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([SFLphone],[0.9.4],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([SFLphone],[0.9.5~beta],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]])
AC_REVISION([$Revision$])
......
AC_INIT([SFLphone],[0.9.4],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([SFLphone],[0.9.5~beta],[sflphoneteam@savoirfairelinux.com],[sflphone])
AM_CONFIG_HEADER(config.h)
LT_INIT
PACKAGE=SFLphone
VERSION=0.9.4
VERSION=0.9.5~beta
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AC_CONFIG_MACRO_DIR([m4])
......
......@@ -32,7 +32,7 @@
#include <map>
#include <vector>
#define SFLPHONED_VERSION "0.9.4" /** Version number */
#define SFLPHONED_VERSION "0.9.5~beta" /** Version number */
#define HOMEDIR (getenv ("HOME")) /** Home directory */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment