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
129
Issues
129
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
7234f4c7
Commit
7234f4c7
authored
Apr 09, 2010
by
Emmanuel Milou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#3180] Version number up-to-date
parent
46bc39b4
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
6 deletions
+8
-6
NEWS
NEWS
+2
-0
sflphone-client-gnome/VERSION
sflphone-client-gnome/VERSION
+1
-1
sflphone-client-gnome/configure.ac
sflphone-client-gnome/configure.ac
+1
-1
sflphone-client-gnome/doc/C/sflphone.xml
sflphone-client-gnome/doc/C/sflphone.xml
+1
-1
sflphone-common/VERSION
sflphone-common/VERSION
+1
-1
sflphone-common/configure.ac
sflphone-common/configure.ac
+1
-1
sflphone-common/src/global.h
sflphone-common/src/global.h
+1
-1
No files found.
NEWS
View file @
7234f4c7
...
...
@@ -2,6 +2,8 @@
# SFLphone
################################################
* 2010-04-09: 0.9.8 rc1 has been released
* 2010-03-25: 0.9.8 beta has been released
* 2009-12-10: SFLphone 0.9.7 has been released
...
...
sflphone-client-gnome/VERSION
View file @
7234f4c7
0.9.8~
beta
0.9.8~
rc1
sflphone-client-gnome/configure.ac
View file @
7234f4c7
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)
LT_INIT
...
...
sflphone-client-gnome/doc/C/sflphone.xml
View file @
7234f4c7
<?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" [
<!ENTITY app "SFLphone">
<!ENTITY appversion "0.9.8~
beta
">
<!ENTITY appversion "0.9.8~
rc1
">
<!ENTITY docversion "1.0">
]>
...
...
sflphone-common/VERSION
View file @
7234f4c7
0.9.8~
beta
0.9.8~
rc1
sflphone-common/configure.ac
View file @
7234f4c7
...
...
@@ -3,7 +3,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
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_REVISION([$Revision$])
...
...
sflphone-common/src/global.h
View file @
7234f4c7
...
...
@@ -33,7 +33,7 @@
#include <vector>
#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 XDG_DATA_HOME (getenv ("XDG_DATA_HOME"))
...
...
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