[Freeswitch-branches] [commit] r10773 - freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax

FreeSWITCH SVN gmaruzz at freeswitch.org
Mon Dec 15 09:36:05 PST 2008


Author: gmaruzz
Date: Mon Dec 15 12:36:04 2008
New Revision: 10773

Log:
skypiax: cleaner

Modified:
   freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax.h

Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax.h
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax.h	(original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax.h	Mon Dec 15 12:36:04 2008
@@ -35,6 +35,7 @@
  */
 
 #include <switch.h>
+#include <switch_version.h>
 
 #ifndef WIN32
 #include <X11/Xlib.h>
@@ -44,7 +45,8 @@
 //FIXME include?
 #endif //WIN32
 
-#define SKYPIAX_SVN_VERSION "SVN 123456"
+//#define SKYPIAX_SVN_VERSION "SVN 123456"
+#define SKYPIAX_SVN_VERSION SWITCH_VERSION_REVISION
 
 typedef enum {
   TFLAG_IO = (1 << 0),



More information about the Freeswitch-branches mailing list