From 0c800d968cd0ec45d841a8597c293eb11a6456dd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 21 Jul 2008 06:22:03 -0400 Subject: A patch from Juergen Daubert, which fixes the output from --version. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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]) -- cgit v1.2.3