diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-14 00:11:52 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-14 00:11:52 +0000 |
commit | 09b164bbe3ea387fdd78ad86616041cdf08a7efd (patch) | |
tree | b61448eb7ccf15f3bfa80ed1e50f52b6e78ca5dc /configure.in | |
parent | 26ba103cd9c4acc85da1557e4bb85dceac30f8d8 (diff) | |
download | flac-09b164bbe3ea387fdd78ad86616041cdf08a7efd.tar.gz |
bump version number to 1.2.1
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 a48e174d..bfa6d8ed 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.2.0) +AM_INIT_AUTOMAKE(flac, 1.2.1) # Don't automagically regenerate autoconf/automake generated files unless # explicitly requested. Eases autobuilding -mdz |