diff options
author | John Wiegley <johnw@newartisans.com> | 2008-10-21 14:11:16 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-10-21 14:11:16 -0600 |
commit | 6a64e44e648f25402aa470057a516776e3f0dcd8 (patch) | |
tree | a82bb49a39e698c4e804a77bedfc15dc8cbbda85 /configure.in | |
parent | 7fafe185c0c7d3e1bcf34126310c3a1959059803 (diff) | |
download | fork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.tar.gz fork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.tar.bz2 fork-ledger-6a64e44e648f25402aa470057a516776e3f0dcd8.zip |
Updated internal version number to 2.6.2.
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 59a006b9..422ccd55 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.1],[johnw@newartisans.com]) +AC_INIT([ledger],[2.6.2],[johnw@newartisans.com]) AC_CONFIG_SRCDIR([main.cc]) AC_CONFIG_HEADER([acconf.h]) AM_INIT_AUTOMAKE([foreign]) |