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

Latest changes for 0.7.1

parent 8326058e
Branches
Tags
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 2006-09-06 Yan Morin
* Fix packaging problem for 0.7.0 release (fedora.spec) * Fix packaging problem for 0.7.0 release (fedora.spec)
......
...@@ -47,7 +47,8 @@ AC_CONFIG_FILES([skins/Makefile \ ...@@ -47,7 +47,8 @@ AC_CONFIG_FILES([skins/Makefile \
ringtones/Makefile]) ringtones/Makefile])
AC_CONFIG_FILES([platform/debian/changelog platform/rpm/sflphone.spec \ AC_CONFIG_FILES([platform/debian/changelog platform/rpm/sflphone.spec \
platform/fedora/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 dnl Get project version
VERSION=`sed -ne 's/^#define SFLPHONED_VERSION "\(.*\)"/\1/p' ${srcdir}/src/global.h` VERSION=`sed -ne 's/^#define SFLPHONED_VERSION "\(.*\)"/\1/p' ${srcdir}/src/global.h`
......
...@@ -58,8 +58,8 @@ typedef short int16; ...@@ -58,8 +58,8 @@ typedef short int16;
#define _debugInit(...) #define _debugInit(...)
#endif #endif
#define SFLPHONED_VERSION "0.7.0" #define SFLPHONED_VERSION "0.7.1"
#define SFLPHONED_VERSIONNUM 0x000700 #define SFLPHONED_VERSIONNUM 0x000701
#define PROGNAME "sflphoned" #define PROGNAME "sflphoned"
#define PROGNAME_GLOBAL "sflphone" #define PROGNAME_GLOBAL "sflphone"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment