Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
9ff9c76b
Commit
9ff9c76b
authored
18 years ago
by
yanmorin
Browse files
Options
Downloads
Patches
Plain Diff
Latest changes for 0.7.1
parent
8326058e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
configure.ac
+2
-1
2 additions, 1 deletion
configure.ac
src/global.h
+2
-2
2 additions, 2 deletions
src/global.h
with
10 additions
and
3 deletions
ChangeLog
+
6
−
0
View file @
9ff9c76b
2006-09-09 Yan Morin
* Fixing gentoo problem (qtdir for moc/uic/qembed, Key_Mode_switch)
* Adding README.gentoo for gentoo instructions on how to build
2006-09-06 Yan Morin
* Fix packaging problem for 0.7.0 release (fedora.spec)
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
1
View file @
9ff9c76b
...
...
@@ -47,7 +47,8 @@ AC_CONFIG_FILES([skins/Makefile \
ringtones/Makefile])
AC_CONFIG_FILES([platform/debian/changelog platform/rpm/sflphone.spec \
platform/fedora/sflphone.spec])
AC_CONFIG_HEADERS(config.h)
dnl the file stamp-h.in should be there before (instead of AC_CONFIG_HEADERS(config.h))
AM_CONFIG_HEADER(config.h)
dnl Get project version
VERSION=`sed -ne 's/^#define SFLPHONED_VERSION "\(.*\)"/\1/p' ${srcdir}/src/global.h`
...
...
This diff is collapsed.
Click to expand it.
src/global.h
+
2
−
2
View file @
9ff9c76b
...
...
@@ -58,8 +58,8 @@ typedef short int16;
#define _debugInit(...)
#endif
#define SFLPHONED_VERSION "0.7.
0
"
#define SFLPHONED_VERSIONNUM 0x00070
0
#define SFLPHONED_VERSION "0.7.
1
"
#define SFLPHONED_VERSIONNUM 0x00070
1
#define PROGNAME "sflphoned"
#define PROGNAME_GLOBAL "sflphone"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment