bump version number to 1.1.2-beta

This commit is contained in:
Josh Coalson
2005-02-02 01:54:03 +00:00
parent 318bc931ec
commit e68328ea01
10 changed files with 16 additions and 16 deletions

View File

@@ -2798,7 +2798,7 @@
HEADER_SEARCH_PATHS = "src/libFLAC/include include";
LIBRARY_STYLE = STATIC;
OPTIMIZATION_CFLAGS = "-O3";
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.1\\\\\\\" -DHAVE_INTTYPES_H -DFLAC__CPU_PPC -DFLAC__USE_ALTIVEC -DFLAC__ALIGN_MALLOC_DATA";
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.2-beta\\\\\\\" -DHAVE_INTTYPES_H -DFLAC__CPU_PPC -DFLAC__USE_ALTIVEC -DFLAC__ALIGN_MALLOC_DATA";
OTHER_LDFLAGS = "";
OTHER_LIBTOOL_FLAGS = "";
OTHER_REZFLAGS = "";
@@ -3108,7 +3108,7 @@
HEADER_SEARCH_PATHS = "/sw/include include";
LIBRARY_SEARCH_PATHS = /sw/lib;
OPTIMIZATION_CFLAGS = "-O3";
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.1\\\\\\\" -DHAVE_INTTYPES_H -DFLAC__HAS_OGG";
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.2-beta\\\\\\\" -DHAVE_INTTYPES_H -DFLAC__HAS_OGG";
OTHER_LDFLAGS = "-logg";
OTHER_REZFLAGS = "";
PRODUCT_NAME = flac;
@@ -4124,7 +4124,7 @@
HEADER_SEARCH_PATHS = "/sw/include include";
LIBRARY_SEARCH_PATHS = /sw/lib;
OPTIMIZATION_CFLAGS = "-O3";
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.1\\\\\\\" -DHAVE_INTTYPES_H -DFLAC__HAS_OGG";
OTHER_CFLAGS = "-DVERSION=\\\\\\\"1.1.2-beta\\\\\\\" -DHAVE_INTTYPES_H -DFLAC__HAS_OGG";
OTHER_REZFLAGS = "";
PRODUCT_NAME = metaflac;
REZ_EXECUTABLE = YES;