[xiph-commits] r9744 - trunk/vorbis-tools/oggenc

giles at svn.xiph.org giles at svn.xiph.org
Fri Aug 12 22:55:12 PDT 2005


Author: giles
Date: 2005-08-12 22:55:11 -0700 (Fri, 12 Aug 2005)
New Revision: 9744

Modified:
   trunk/vorbis-tools/oggenc/oggenc.c
Log:
Import the oggenc version from the configure script.


Modified: trunk/vorbis-tools/oggenc/oggenc.c
===================================================================
--- trunk/vorbis-tools/oggenc/oggenc.c	2005-08-13 05:20:20 UTC (rev 9743)
+++ trunk/vorbis-tools/oggenc/oggenc.c	2005-08-13 05:55:11 UTC (rev 9744)
@@ -18,6 +18,10 @@
 #include <locale.h>
 #include <errno.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "platform.h"
 #include "encode.h"
 #include "audio.h"
@@ -25,7 +29,7 @@
 #include "i18n.h"
 
 
-#define VERSION_STRING "OggEnc v1.0.2\n"
+#define VERSION_STRING "OggEnc v" VERSION " \n"
 #define COPYRIGHT "(c) 2000-2005 Michael Smith <msmith at xiph.org>\n"
 
 #define CHUNK 4096 /* We do reads, etc. in multiples of this */



More information about the commits mailing list