From 58cf5f62a0a768680faf18d1c7d414b956f4d5d6 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 21 Dec 2006 22:48:14 +0000 Subject: [PATCH] We are now post release 5.3. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@711 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 e0ff1c52..6cbd1eb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-21 Joerg Wunsch + + * configure.ac (AC_INIT): Bump version to 5.3cvs. + 2006-12-21 Joerg Wunsch Released AVRDUDE 5.3. diff --git a/NEWS b/NEWS index 94fcbc37..9cc9644b 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: * Add support for the AVR Dragon (all modes: ISP, JTAG, HVSP, PP, diff --git a/configure.ac b/configure.ac index 2449dd49..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, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 5.3cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST