[xiph-commits] r13461 - trunk/ezstream/win32

moritz at svn.xiph.org moritz at svn.xiph.org
Wed Aug 8 06:25:12 PDT 2007


Author: moritz
Date: 2007-08-08 06:25:12 -0700 (Wed, 08 Aug 2007)
New Revision: 13461

Modified:
   trunk/ezstream/win32/config.h
Log:
Damn, it looks like I forgot to update this for the Win32 builds ...


Modified: trunk/ezstream/win32/config.h
===================================================================
--- trunk/ezstream/win32/config.h	2007-08-08 13:24:29 UTC (rev 13460)
+++ trunk/ezstream/win32/config.h	2007-08-08 13:25:12 UTC (rev 13461)
@@ -8,22 +8,22 @@
 #define PACKAGE "ezstream"
 
 /* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "grmo at users.sourceforge.net"
+#define PACKAGE_BUGREPORT "https://trac.xiph.org/newticket?component=ezstream"
 
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "ezstream"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ezstream 0.4.1"
+#define PACKAGE_STRING "ezstream 0.4.4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "ezstream"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.4.1"
+#define PACKAGE_VERSION "0.4.4"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.4.1"
+#define VERSION "0.4.4"



More information about the commits mailing list