Skip to content
Snippets Groups Projects
Commit 9ff9c76b authored by yanmorin's avatar yanmorin
Browse files

Latest changes for 0.7.1

parent 8326058e
No related branches found
No related tags found
No related merge requests found
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)
......
......@@ -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`
......
......@@ -58,8 +58,8 @@ typedef short int16;
#define _debugInit(...)
#endif
#define SFLPHONED_VERSION "0.7.0"
#define SFLPHONED_VERSIONNUM 0x000700
#define SFLPHONED_VERSION "0.7.1"
#define SFLPHONED_VERSIONNUM 0x000701
#define PROGNAME "sflphoned"
#define PROGNAME_GLOBAL "sflphone"
......
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