summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-07-02 22:23:55 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-07-02 22:23:55 +0000
commit0d0d77387f111c38309bfc800504be9a47f2e411 (patch)
tree59d8a63550c5c1f8c8001383c8f37608b07e7fe7 /src/test_libFLAC
parente53358ba32dbe4d50258aa5adad8f5ccdbd42053 (diff)
downloadflac-0d0d77387f111c38309bfc800504be9a47f2e411.tar.gz
bump version number from 1.0.3_beta to 1.0.3
Diffstat (limited to 'src/test_libFLAC')
-rw-r--r--src/test_libFLAC/Makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test_libFLAC/Makefile.vc b/src/test_libFLAC/Makefile.vc
index a4448141..ab6ef534 100644
--- a/src/test_libFLAC/Makefile.vc
+++ b/src/test_libFLAC/Makefile.vc
@@ -19,10 +19,10 @@
!IFDEF DEBUG
.c.obj:
- $(cc) $(cdebug) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3_beta\" -YX /Od /D "_DEBUG" $<
+ $(cc) $(cdebug) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX /Od /D "_DEBUG" $<
!else
.c.obj:
- $(cc) /O2 $(crelease) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3_beta\" -YX -DNODEBUG $<
+ $(cc) /O2 $(crelease) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX -DNODEBUG $<
!endif
C_FILES= \