Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
7686377c
Commit
7686377c
authored
May 29, 2001
by
Josh Coalson
Browse files
update version number to 0.10
parent
1aafa64c
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
7686377c
==========
FLAC - 0.
9
==========
==========
=
FLAC - 0.
10
==========
=
This is the source release for the FLAC project. The
reference encoder/decoder library 'libFLAC' is released
...
...
configure.in
View file @
7686377c
...
...
@@ -2,7 +2,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, 0.
9
)
AM_INIT_AUTOMAKE(flac, 0.
10
)
# We need two libtools, one that builds both shared and static, and
# one that builds only static. This is because the resulting libtool
...
...
include/FLAC/format.h
View file @
7686377c
...
...
@@ -41,7 +41,7 @@
#ifdef VERSION
#define FLAC__VERSION_STRING VERSION
#else
#define FLAC__VERSION_STRING "0.
9
"
#define FLAC__VERSION_STRING "0.
10
"
#endif
extern
const
byte
FLAC__STREAM_SYNC_STRING
[
4
];
/* = "fLaC" */
;
...
...
Write
Preview
Supports
Markdown
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