diff options
author | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:23:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:23:21 -0400 |
commit | 4c08952e6840e91db8e092721a7dcc71113162a5 (patch) | |
tree | 3a5781cfc4a54f29acaf409fb1a1dc9bbac82cd5 /configure.in | |
parent | cf1870a5822fc05675bc8843903991f744e39d2a (diff) | |
download | fork-ledger-4c08952e6840e91db8e092721a7dcc71113162a5.tar.gz fork-ledger-4c08952e6840e91db8e092721a7dcc71113162a5.tar.bz2 fork-ledger-4c08952e6840e91db8e092721a7dcc71113162a5.zip |
Increased version number to 2.4.1.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 21dbf1eb..0d196980 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(ledger, 2.4, johnw@newartisans.com) -AM_INIT_AUTOMAKE(ledger, 2.4) +AC_INIT(ledger, 2.4.1, johnw@newartisans.com) +AM_INIT_AUTOMAKE(ledger, 2.4.1) AC_CONFIG_SRCDIR([main.cc]) AC_CONFIG_HEADER([acconf.h]) |