[xiph-cvs] cvs commit: icecast/src global.h

Ed oddsock at xiph.org
Mon Nov 24 18:41:23 PST 2003



oddsock     03/11/24 21:41:23

  Modified:    src      global.h
  Log:
  Base ICECAST2_VERSION_STRING off VERSION_STRING which is generated by autoconf..win32 projects will have to manually define this currently..blah.

Revision  Changes    Path
1.10      +1 -1      icecast/src/global.h

Index: global.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/global.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- global.h	22 Nov 2003 22:23:04 -0000	1.9
+++ global.h	25 Nov 2003 02:41:23 -0000	1.10
@@ -6,7 +6,7 @@
 #define ICE_RUNNING 1
 #define ICE_HALTING 2
 
-#define ICECAST_VERSION_STRING "Icecast 2.x"
+#define ICECAST_VERSION_STRING PACKAGE_VERSION
 
 #define MAX_LISTEN_SOCKETS 10
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list