diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-12-04 02:20:43 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-12-04 02:20:43 +0000 |
commit | 0778b4d2cc1537afdacf14ff82ebdbc7c0603637 (patch) | |
tree | 44a2dc278663b7165b9ef0d61cf970b3fe7d2257 /configure.in | |
parent | 2ecfd027f935667fff6eba4c529030ac51b8ae8b (diff) | |
download | flac-0778b4d2cc1537afdacf14ff82ebdbc7c0603637.tar.gz |
update flac version number
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 65b9a222..ce060435 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.1) +AM_INIT_AUTOMAKE(flac, 1.0.2) # We need two libtools, one that builds both shared and static, and # one that builds only static. This is because the resulting libtool |