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:
2353aee
)
fix default version number
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 26 Jan 2001 21:29:35 +0000
(21:29 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 26 Jan 2001 21:29:35 +0000
(21:29 +0000)
include/FLAC/format.h
patch
|
blob
|
history
diff --git
a/include/FLAC/format.h
b/include/FLAC/format.h
index 024f79702f0bd42dd75edc132ed9b2a0beeccd72..42b6ff5dd3cc0db068d1e505188d5b8468d86732 100644
(file)
--- a/
include/FLAC/format.h
+++ b/
include/FLAC/format.h
@@
-40,7
+40,7
@@
#ifdef VERSION
#define FLAC__VERSION_STRING VERSION
#else
-#define FLAC__VERSION_STRING "
DEVEL
"
+#define FLAC__VERSION_STRING "
0.6
"
#endif
extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;