about summary refs log tree commit
path: root/configure.in
diff options
context:
space:
mode:
authorjcoalson <jcoalson>2005-02-04 06:42:38 +0000
committerjcoalson <jcoalson>2005-02-04 06:42:38 +0000
commit6c95e9de85a3e0da1718a239659bc2b4c4f5456e (patch)
treece14f8f1a5eb88aed902e1277ac431bfd1011326 /configure.in
parente8beeb0b039b7a38c972d73571d42a377331999e (diff)
downloadflac-arm-1.1.3-6c95e9de85a3e0da1718a239659bc2b4c4f5456e.tar.gz
bump version to 1.1.2
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9c246bf7..28382e83 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@
 # instead of FLAC__ since autoconf triggers off 'AC_' in strings
 
 AC_INIT(src/flac/main.c)
-AM_INIT_AUTOMAKE(flac, 1.1.2-beta)
+AM_INIT_AUTOMAKE(flac, 1.1.2)
 
 # Don't automagically regenerate autoconf/automake generated files unless
 # explicitly requested.  Eases autobuilding -mdz