From 93547b051ccbda7b265ba722528f7a18b747ff7a Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 22 Dec 2006 23:21:53 +0000 Subject: [PATCH] We are post-release (again). git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@715 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34471798..20e5b2e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-23 Joerg Wunsch + + * configure.ac (AC_INIT): Bump version to 5.3cvs (again). + 2006-12-22 Joerg Wunsch * configure.ac (AC_INIT): Bump version to 5.3.1. diff --git a/NEWS b/NEWS index e3393035..4dded533 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ Approximate change log for AVRDUDE by version. (For more detailed changes, see the ChangeLog file.) ---------------------------------------------------------------------- +Current: + Version 5.3.1: * Add support for the AVR Dragon (all modes: ISP, JTAG, HVSP, PP, diff --git a/configure.ac b/configure.ac index 7a243f52..bae45077 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, 5.3.1, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 5.3cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST