Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
3e2a7338
Commit
3e2a7338
authored
Mar 16, 2004
by
Josh Coalson
Browse files
bump version info
parent
287ba3ac
Changes
5
Hide whitespace changes
Inline
Side-by-side
README
View file @
3e2a7338
...
...
@@ -40,7 +40,7 @@ Documentation License (see COPYING.FDL).
===============================================================================
FLAC - CVS-200
31217
- Contents
FLAC - CVS-200
40316
- Contents
===============================================================================
- Introduction
...
...
build/config.mk
View file @
3e2a7338
...
...
@@ -35,6 +35,6 @@ all default: $(DEFAULT_BUILD)
# GNU makefile fragment for emulating stuff normally done by configure
#
VERSION
=
\"
CVS-200
31217
\"
VERSION
=
\"
CVS-200
40316
\"
CONFIG_CFLAGS
=
-DHAVE_INTTYPES_H
configure.in
View file @
3e2a7338
...
...
@@ -19,7 +19,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, CVS-200
31217
)
AM_INIT_AUTOMAKE(flac, CVS-200
40316
)
# Don't automagically regenerate autoconf/automake generated files unless
# explicitly requested. Eases autobuilding -mdz
...
...
flac.pbproj/project.pbxproj
View file @
3e2a7338
...
...
@@ -844,7 +844,7 @@
buildSettings
=
{
HEADER_SEARCH_PATHS
=
include
;
OPTIMIZATION_CFLAGS
=
"-O3"
;
OTHER_CFLAGS
=
"-DVERSION=\\\\\\\"CVS-200
31217
\\\\\\\" -DHAVE_INTTYPES_H"
;
OTHER_CFLAGS
=
"-DVERSION=\\\\\\\"CVS-200
40316
\\\\\\\" -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=\\\\\\\"CVS-200
31217
\\\\\\\" -DHAVE_INTTYPES_H"
;
OTHER_CFLAGS
=
"-DVERSION=\\\\\\\"CVS-200
40316
\\\\\\\" -DHAVE_INTTYPES_H"
;
OTHER_LDFLAGS
=
""
;
OTHER_REZFLAGS
=
""
;
PRODUCT_NAME
=
metaflac
;
...
...
src/libFLAC/format.c
View file @
3e2a7338
...
...
@@ -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 CVS 200
31217
"
;
FLAC_API
const
char
*
FLAC__VENDOR_STRING
=
"reference libFLAC CVS 200
40316
"
;
#else
FLAC_API
const
char
*
FLAC__VENDOR_STRING
=
"reference libFLAC "
VERSION
" 200
31217
"
;
FLAC_API
const
char
*
FLAC__VENDOR_STRING
=
"reference libFLAC "
VERSION
" 200
40316
"
;
#endif
FLAC_API
const
FLAC__byte
FLAC__STREAM_SYNC_STRING
[
4
]
=
{
'f'
,
'L'
,
'a'
,
'C'
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment