Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
9ff9c76b
Commit
9ff9c76b
authored
Sep 09, 2006
by
yanmorin
Browse files
Latest changes for 0.7.1
parent
8326058e
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
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)
...
...
configure.ac
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`
...
...
src/global.h
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"
...
...
Write
Preview
Supports
Markdown
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