[Freeswitch-svn] [commit] r5609 - freeswitch/trunk/src/include

Freeswitch SVN mikej at freeswitch.org
Sat Aug 18 21:00:34 EDT 2007


Author: mikej
Date: Sat Aug 18 21:00:34 2007
New Revision: 5609

Modified:
   freeswitch/trunk/src/include/switch_version.h.in

Log:
Make version string have major, minor, and micro version.

Modified: freeswitch/trunk/src/include/switch_version.h.in
==============================================================================
--- freeswitch/trunk/src/include/switch_version.h.in	(original)
+++ freeswitch/trunk/src/include/switch_version.h.in	Sat Aug 18 21:00:34 2007
@@ -39,8 +39,9 @@
 
 #define SWITCH_VERSION_MAJOR			"1"
 #define SWITCH_VERSION_MINOR			"0"
+#define SWITCH_VERSION_MICRO			"pre1"
 #define SWITCH_VERSION_REVISION			"@SVN_VERSION@"
-#define SWITCH_VERSION_FULL			SWITCH_VERSION_MAJOR "." SWITCH_VERSION_MINOR "." SWITCH_VERSION_REVISION
+#define SWITCH_VERSION_FULL			SWITCH_VERSION_MAJOR "." SWITCH_VERSION_MINOR "." SWITCH_VERSION_MICRO " (" SWITCH_VERSION_REVISION ")"
 
 #ifdef __cplusplus
 }



More information about the Freeswitch-svn mailing list