From 3ca6a5d76e3c6b829ca12eff4c541870fd6630ad Mon Sep 17 00:00:00 2001 From: troth Date: Tue, 27 Jan 2004 04:39:06 +0000 Subject: [PATCH] * configure.ac (AC_INIT): Post release version update. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@405 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6810aafb..1499c881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-26 Theodore A. Roth + + * configure.ac (AC_INIT): Post release version update. + 2004-01-26 Theodore A. Roth * AVRDUDE 4.3.0 has been released (cvs release tag is "release_4_3_0"). diff --git a/configure.ac b/configure.ac index b9033939..524cdf3c 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(avrdude, 4.3.0, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 4.3.0cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST