mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
modify how we build switch_version.h so we can better handle releases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5610 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -37,10 +37,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SWITCH_VERSION_MAJOR "1"
|
||||
#define SWITCH_VERSION_MINOR "0"
|
||||
#define SWITCH_VERSION_MICRO "pre1"
|
||||
#define SWITCH_VERSION_REVISION "@SVN_VERSION@"
|
||||
#define SWITCH_VERSION_MAJOR "@SWITCH_VERSION_MAJOR@"
|
||||
#define SWITCH_VERSION_MINOR "@SWITCH_VERSION_MINOR@"
|
||||
#define SWITCH_VERSION_MICRO "@SWITCH_VERSION_MICRO@"
|
||||
#define SWITCH_VERSION_REVISION "@SWITCH_VERSION_REVISION@"
|
||||
#define SWITCH_VERSION_FULL SWITCH_VERSION_MAJOR "." SWITCH_VERSION_MINOR "." SWITCH_VERSION_MICRO " (" SWITCH_VERSION_REVISION ")"
|
||||
|
||||
#ifdef __cplusplus
|
||||
Reference in New Issue
Block a user