update the version number from 1.0.4 to 1.0.5-beta1

This commit is contained in:
Josh Coalson
2003-01-02 07:23:55 +00:00
parent 8bd67f558b
commit 4c2676a6f4
16 changed files with 28 additions and 28 deletions

View File

@@ -19,10 +19,10 @@
!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
C_FILES= \