stamp a CVS+date for the version
This commit is contained in:
parent
ca4a983c17
commit
628f4efc55
2
README
2
README
@ -40,7 +40,7 @@ Documentation License (see COPYING.FDL).
|
||||
|
||||
|
||||
===============================================================================
|
||||
FLAC - 1.1.0 - Contents
|
||||
FLAC - CVS-20031217 - Contents
|
||||
===============================================================================
|
||||
|
||||
- Introduction
|
||||
|
@ -35,6 +35,6 @@ all default: $(DEFAULT_BUILD)
|
||||
# GNU makefile fragment for emulating stuff normally done by configure
|
||||
#
|
||||
|
||||
VERSION=\"1.1.0\"
|
||||
VERSION=\"CVS-20031217\"
|
||||
|
||||
CONFIG_CFLAGS=-DHAVE_INTTYPES_H
|
||||
|
@ -844,7 +844,7 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = include;
|
||||
OPTIMIZATION_CFLAGS = "-O3";
|
||||
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.0\\\\\\\" -DHAVE_INTTYPES_H";
|
||||
OTHER_CFLAGS = "-DVERSION=\\\\\\\"CVS-20031217\\\\\\\" -DHAVE_INTTYPES_H";
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_REZFLAGS = "";
|
||||
PRODUCT_NAME = flac;
|
||||
@ -1721,7 +1721,7 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = include;
|
||||
OPTIMIZATION_CFLAGS = "-O3";
|
||||
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.0\\\\\\\" -DHAVE_INTTYPES_H";
|
||||
OTHER_CFLAGS = "-DVERSION=\\\\\\\"CVS-20031217\\\\\\\" -DHAVE_INTTYPES_H";
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_REZFLAGS = "";
|
||||
PRODUCT_NAME = metaflac;
|
||||
|
@ -49,9 +49,9 @@ FLAC_API const char *FLAC__VERSION_STRING = VERSION;
|
||||
|
||||
#if defined _MSC_VER || defined __MINW32__
|
||||
/* yet one more hack because of MSVC6: */
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.0 20030126";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC CVS 20031217";
|
||||
#else
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20030126";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20031217";
|
||||
#endif
|
||||
|
||||
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|
||||
|
Loading…
x
Reference in New Issue
Block a user