projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf595f
)
changed version to 0.4
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 22 Dec 2000 22:37:35 +0000
(22:37 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 22 Dec 2000 22:37:35 +0000
(22:37 +0000)
src/libFLAC/format.c
patch
|
blob
|
history
diff --git
a/src/libFLAC/format.c
b/src/libFLAC/format.c
index
051ebf6
..
c23cc0d
100644
(file)
--- a/
src/libFLAC/format.c
+++ b/
src/libFLAC/format.c
@@
-22,7
+22,7
@@
#include "FLAC/format.h"
const unsigned FLAC__MAJOR_VERSION = 0;
-const unsigned FLAC__MINOR_VERSION =
3
;
+const unsigned FLAC__MINOR_VERSION =
4
;
const byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
const unsigned FLAC__STREAM_SYNC = 0x664C6143;