mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
bump version number to 1.0.3
This commit is contained in:
2
README
2
README
@@ -30,7 +30,7 @@ and Winamp, licensed under the GPL; and 5) documentation, licensed
|
|||||||
under the GNU Free Documentation License.
|
under the GNU Free Documentation License.
|
||||||
|
|
||||||
============
|
============
|
||||||
FLAC - 1.0.2
|
FLAC - 1.0.3
|
||||||
============
|
============
|
||||||
|
|
||||||
This is the source release for the FLAC project. See
|
This is the source release for the FLAC project. See
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
# GNU makefile fragment for emulating stuff normally done by configure
|
# GNU makefile fragment for emulating stuff normally done by configure
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=\"1.0.2\"
|
VERSION=\"1.0.3\"
|
||||||
|
|
||||||
ORDINALS_H = ../../include/FLAC/ordinals.h
|
ORDINALS_H = ../../include/FLAC/ordinals.h
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
||||||
|
|
||||||
AC_INIT(src/flac/main.c)
|
AC_INIT(src/flac/main.c)
|
||||||
AM_INIT_AUTOMAKE(flac, 1.0.2)
|
AM_INIT_AUTOMAKE(flac, 1.0.3)
|
||||||
|
|
||||||
# We need two libtools, one that builds both shared and static, and
|
# We need two libtools, one that builds both shared and static, and
|
||||||
# one that builds only static. This is because the resulting libtool
|
# one that builds only static. This is because the resulting libtool
|
||||||
|
|||||||
@@ -184,7 +184,7 @@
|
|||||||
</TR>
|
</TR>
|
||||||
<TR>
|
<TR>
|
||||||
<TD ALIGN="RIGHT" BGCOLOR="#F4F4CC">
|
<TD ALIGN="RIGHT" BGCOLOR="#F4F4CC">
|
||||||
flac v1.0.2
|
flac v1.0.3
|
||||||
</TD>
|
</TD>
|
||||||
<TD>
|
<TD>
|
||||||
YES (<A HREF="http://www.opensource.org/licenses/index.html">OSI</A> approved license)
|
YES (<A HREF="http://www.opensource.org/licenses/index.html">OSI</A> approved license)
|
||||||
|
|||||||
@@ -865,7 +865,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
HEADER_SEARCH_PATHS = include;
|
HEADER_SEARCH_PATHS = include;
|
||||||
OPTIMIZATION_CFLAGS = "-O3";
|
OPTIMIZATION_CFLAGS = "-O3";
|
||||||
OTHER_CFLAGS = "-DFLAC__VERSION_STRING=\\\\\\\"1.0.2\\\\\\\"";
|
OTHER_CFLAGS = "-DFLAC__VERSION_STRING=\\\\\\\"1.0.3\\\\\\\"";
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
OTHER_REZFLAGS = "";
|
OTHER_REZFLAGS = "";
|
||||||
PRODUCT_NAME = flac;
|
PRODUCT_NAME = flac;
|
||||||
@@ -995,7 +995,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
HEADER_SEARCH_PATHS = include;
|
HEADER_SEARCH_PATHS = include;
|
||||||
OPTIMIZATION_CFLAGS = "-O3";
|
OPTIMIZATION_CFLAGS = "-O3";
|
||||||
OTHER_CFLAGS = "-DFLAC__VERSION_STRING=\\\\\\\"1.0.2\\\\\\\"";
|
OTHER_CFLAGS = "-DFLAC__VERSION_STRING=\\\\\\\"1.0.3\\\\\\\"";
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
OTHER_REZFLAGS = "";
|
OTHER_REZFLAGS = "";
|
||||||
PRODUCT_NAME = metaflac;
|
PRODUCT_NAME = metaflac;
|
||||||
|
|||||||
@@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -DFLAC__HAS_OGG -YX /Od /D "_DEBUG" $<
|
$(cc) $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -DFLAC__HAS_OGG -YX /Od /D "_DEBUG" $<
|
||||||
!else
|
!else
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -DFLAC__HAS_OGG -YX -DNODEBUG $<
|
$(cc) /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -DFLAC__HAS_OGG -YX -DNODEBUG $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
C_FILES= \
|
C_FILES= \
|
||||||
|
|||||||
@@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -YX /Od /D "_DEBUG" $<
|
$(cc) $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX /Od /D "_DEBUG" $<
|
||||||
!else
|
!else
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -YX -DNODEBUG $<
|
$(cc) /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX -DNODEBUG $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
C_FILES= \
|
C_FILES= \
|
||||||
|
|||||||
@@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) /GX $(cdebug) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -YX /Od /D "_DEBUG" $<
|
$(cc) /GX $(cdebug) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX /Od /D "_DEBUG" $<
|
||||||
!else
|
!else
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) /O2 $(crelease) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -YX -DNODEBUG $<
|
$(cc) /O2 $(crelease) $(cflags) $(cvarsdll) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX -DNODEBUG $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
C_FILES= \
|
C_FILES= \
|
||||||
|
|||||||
@@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -YX /Od /D "_DEBUG" $<
|
$(cc) $(cdebug) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX /Od /D "_DEBUG" $<
|
||||||
!else
|
!else
|
||||||
.c.obj:
|
.c.obj:
|
||||||
$(cc) /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.2\" -YX -DNODEBUG $<
|
$(cc) /O2 $(crelease) $(cflags) /I "..\..\include" /I ".\include" -DSTRICT -DVERSION=\"1.0.3\" -YX -DNODEBUG $<
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
C_FILES= \
|
C_FILES= \
|
||||||
|
|||||||
Reference in New Issue
Block a user