bump version string to 1.0.5_beta2

This commit is contained in:
Josh Coalson
2003-01-08 08:06:53 +00:00
parent 0c671c842e
commit 75d78a352e
16 changed files with 27 additions and 27 deletions

View File

@@ -19,10 +19,10 @@
!IFDEF DEBUG
.c.obj:
$(cc) -DFLAC__NO_DLL $(cdebug) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.5-beta1\" -YX /Od /D "_DEBUG" $<
$(cc) -DFLAC__NO_DLL $(cdebug) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.5_beta2\" -YX /Od /D "_DEBUG" $<
!else
.c.obj:
$(cc) -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.5-beta1\" -YX -DNODEBUG $<
$(cc) -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I "..\libFLAC\include" /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.5_beta2\" -YX -DNODEBUG $<
!endif
C_FILES= \