summaryrefslogtreecommitdiff
path: root/src/test_libOggFLAC++
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2003-01-02 07:23:55 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2003-01-02 07:23:55 +0000
commit4c2676a6f48daf17bd9dd05f48b7e6ab19c7fb6d (patch)
tree9907b49b17b1fffbc62556e20bfe371c3c3014e1 /src/test_libOggFLAC++
parent8bd67f558baff48bb9366a3c7817bdaabd0e4e1e (diff)
downloadflac-4c2676a6f48daf17bd9dd05f48b7e6ab19c7fb6d.tar.gz
update the version number from 1.0.4 to 1.0.5-beta1
Diffstat (limited to 'src/test_libOggFLAC++')
-rw-r--r--src/test_libOggFLAC++/Makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test_libOggFLAC++/Makefile.vc b/src/test_libOggFLAC++/Makefile.vc
index d62a81e6..01c11aea 100644
--- a/src/test_libOggFLAC++/Makefile.vc
+++ b/src/test_libOggFLAC++/Makefile.vc
@@ -21,10 +21,10 @@ SUFFIXES = .cpp
!IFDEF DEBUG
.c.obj:
- $(cc) -DFLAC__NO_DLL $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.4\" -YX /Od /D "_DEBUG" $<
+ $(cc) -DFLAC__NO_DLL $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.5-beta1\" -YX /Od /D "_DEBUG" $<
!else
.c.obj:
- $(cc) -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.4\" -YX -DNODEBUG $<
+ $(cc) -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.5-beta1\" -YX -DNODEBUG $<
!endif
!IFDEF DEBUG