From 00a87076eaf7fafd13c3afaaa0f40f7148c9abd5 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Wed, 12 Mar 2003 21:37:32 +0000 Subject: [PATCH] * configure.ac (AC_INIT): Set version to 4.0.0cvs since we're done with 4.0.0 release. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@287 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b828b40b..48cb86a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-12 Theodore A. Roth + + * configure.ac (AC_INIT): Set version to 4.0.0cvs since we're done + with 4.0.0 release. + +2003-03-12 + * AVRDUDE 4.0.0 has been released (cvs release tag is "release_4_0_0"). + 2003-03-11 Theodore A. Roth * Makefile.am: Add CLEANFILES to remove all files from a make. diff --git a/configure.ac b/configure.ac index 07e9690b..41ff0b2d 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.0.0, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 4.0.0cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST