diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-21 06:22:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-21 06:22:03 -0400 |
commit | 0c800d968cd0ec45d841a8597c293eb11a6456dd (patch) | |
tree | 8e7a612c849cfc5421887d7f29f4dfa26f194cd4 /configure.in | |
parent | 025c9acda9b113df37e9ceaff69a028b181baf66 (diff) | |
download | fork-ledger-0c800d968cd0ec45d841a8597c293eb11a6456dd.tar.gz fork-ledger-0c800d968cd0ec45d841a8597c293eb11a6456dd.tar.bz2 fork-ledger-0c800d968cd0ec45d841a8597c293eb11a6456dd.zip |
A patch from Juergen Daubert, which fixes the output from --version.
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 8ef800f8..866334f0 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(ledger, 2.6.0.90, johnw@newartisans.com) +AC_INIT(ledger, 2.6.1, johnw@newartisans.com) AM_INIT_AUTOMAKE(ledger, 2.6.1) AC_CONFIG_SRCDIR([main.cc]) AC_CONFIG_HEADER([acconf.h]) |