diff options
author | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:09:39 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:09:39 -0400 |
commit | e7b8e39977c8993068a75968c21b72aeb9fce55c (patch) | |
tree | 4ca426098839d36660004e0e292024e2de2baa1a /configure.in | |
parent | 8c1623193835738341c06a4761a22d79f1d202b9 (diff) | |
download | fork-ledger-e7b8e39977c8993068a75968c21b72aeb9fce55c.tar.gz fork-ledger-e7b8e39977c8993068a75968c21b72aeb9fce55c.tar.bz2 fork-ledger-e7b8e39977c8993068a75968c21b72aeb9fce55c.zip |
Increased version to 2.6.0.90 and added documentation for this release.
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 0aae061b..e3bca1c6 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.6, johnw@newartisans.com) -AM_INIT_AUTOMAKE(ledger, 2.6) +AC_INIT(ledger, 2.6.0.90, johnw@newartisans.com) +AM_INIT_AUTOMAKE(ledger, 2.6.0.90) AC_CONFIG_SRCDIR([main.cc]) AC_CONFIG_HEADER([acconf.h]) |