generate switch_version.h in autotools builds.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@290 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-01-05 23:13:00 +00:00
parent e9a22439d8
commit 49a0eb2955
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ extern "C" {
#define FREESWITCH_VERSION_MAJOR 1
#define FREESWITCH_VERSION_MINOR 0
#define FREESWITCH_VERSION_REVISION
#define FREESWITCH_VERSION_REVISION @SVN_VERSION@
#define FREESWITCH_VERSION_FULL FREESWITCH_VERSION_MAJOR.FREESWITCH_VERSION_MINOR.FREESWITCH_VERSION_REVISION
#ifdef __cplusplus