mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
bump version number to 1.1.1-beta1, with a target date of 2004-07-31
This commit is contained in:
@@ -35,6 +35,6 @@ all default: $(DEFAULT_BUILD)
|
|||||||
# GNU makefile fragment for emulating stuff normally done by configure
|
# GNU makefile fragment for emulating stuff normally done by configure
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=\"CVS-20040316\"
|
VERSION=\"1.1.1-beta1\"
|
||||||
|
|
||||||
CONFIG_CFLAGS=-DHAVE_INTTYPES_H
|
CONFIG_CFLAGS=-DHAVE_INTTYPES_H
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
||||||
|
|
||||||
AC_INIT(src/flac/main.c)
|
AC_INIT(src/flac/main.c)
|
||||||
AM_INIT_AUTOMAKE(flac, CVS-20040316)
|
AM_INIT_AUTOMAKE(flac, 1.1.1-beta1)
|
||||||
|
|
||||||
# Don't automagically regenerate autoconf/automake generated files unless
|
# Don't automagically regenerate autoconf/automake generated files unless
|
||||||
# explicitly requested. Eases autobuilding -mdz
|
# explicitly requested. Eases autobuilding -mdz
|
||||||
|
|||||||
@@ -844,7 +844,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
HEADER_SEARCH_PATHS = include;
|
HEADER_SEARCH_PATHS = include;
|
||||||
OPTIMIZATION_CFLAGS = "-O3";
|
OPTIMIZATION_CFLAGS = "-O3";
|
||||||
OTHER_CFLAGS = "-DVERSION=\\\\\\\"CVS-20040316\\\\\\\" -DHAVE_INTTYPES_H";
|
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.1-beta1\\\\\\\" -DHAVE_INTTYPES_H";
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
OTHER_REZFLAGS = "";
|
OTHER_REZFLAGS = "";
|
||||||
PRODUCT_NAME = flac;
|
PRODUCT_NAME = flac;
|
||||||
@@ -1721,7 +1721,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
HEADER_SEARCH_PATHS = include;
|
HEADER_SEARCH_PATHS = include;
|
||||||
OPTIMIZATION_CFLAGS = "-O3";
|
OPTIMIZATION_CFLAGS = "-O3";
|
||||||
OTHER_CFLAGS = "-DVERSION=\\\\\\\"CVS-20040316\\\\\\\" -DHAVE_INTTYPES_H";
|
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.1-beta1\\\\\\\" -DHAVE_INTTYPES_H";
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
OTHER_REZFLAGS = "";
|
OTHER_REZFLAGS = "";
|
||||||
PRODUCT_NAME = metaflac;
|
PRODUCT_NAME = metaflac;
|
||||||
|
|||||||
@@ -49,9 +49,9 @@ FLAC_API const char *FLAC__VERSION_STRING = VERSION;
|
|||||||
|
|
||||||
#if defined _MSC_VER || defined __MINW32__
|
#if defined _MSC_VER || defined __MINW32__
|
||||||
/* yet one more hack because of MSVC6: */
|
/* yet one more hack because of MSVC6: */
|
||||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC CVS 20040316";
|
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC 1.1.1-beta1 20040731";
|
||||||
#else
|
#else
|
||||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040316";
|
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20040731";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|
||||||
|
|||||||
Reference in New Issue
Block a user