You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
564 B
13 lines
564 B
18 years ago
|
diff -up libcddb-1.3.0/include/cddb/version.h.in~ libcddb-1.3.0/include/cddb/version.h.in
|
||
|
--- libcddb-1.3.0/include/cddb/version.h.in~ 2007-10-21 14:43:43.000000000 +0200
|
||
|
+++ libcddb-1.3.0/include/cddb/version.h.in 2007-10-21 14:43:43.000000000 +0200
|
||
|
@@ -6,7 +6,7 @@
|
||
|
*/
|
||
|
|
||
|
/*! CDDB_VERSION can as a string in programs to show what version is used. */
|
||
|
-#define CDDB_VERSION "@VERSION@ @build@"
|
||
|
+#define CDDB_VERSION "@VERSION@ Fedora"
|
||
|
|
||
|
/*! LIBCDDB_VERSION_NUM can be used for testing in the C preprocessor */
|
||
|
#define LIBCDDB_VERSION_NUM @LIBCDDB_VERSION_NUM@
|