about summary refs log tree commit
path: root/configure.in
diff options
context:
space:
mode:
authorjcoalson <jcoalson>2003-01-02 07:23:55 +0000
committerjcoalson <jcoalson>2003-01-02 07:23:55 +0000
commit778c99fd5892e05b60ce7ed478701a1982faee6c (patch)
tree9907b49b17b1fffbc62556e20bfe371c3c3014e1 /configure.in
parentb949b6d5c65b0417def38b950c54e5e470e5a681 (diff)
downloadflac-arm-1.1.3-778c99fd5892e05b60ce7ed478701a1982faee6c.tar.gz
update the version number from 1.0.4 to 1.0.5-beta1
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 a52e5f7a..f8113fdb 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.0.4)
+AM_INIT_AUTOMAKE(flac, 1.0.5-beta1)
 
 # Don't automagically regenerate autoconf/automake generated files unless
 # explicitly requested.  Eases autobuilding -mdz