From ee1948b53f6d6d43e45ee938d7c43448bb460e40 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Wed, 12 Mar 2014 23:15:46 +0000 Subject: [PATCH] Bump everything for post-6.1-release. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1295 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ NEWS | 14 ++++++++++++++ configure.ac | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f79fdb07..5eb24061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-03-13 Joerg Wunsch + + * configure.ac (AC_INIT): Bump version for post-6.1. + 2014-03-12 Joerg Wunsch * configure.ac (AC_INIT): Bump version to 6.1. diff --git a/NEWS b/NEWS index 1542d08b..fece398d 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,20 @@ Approximate change log for AVRDUDE by version. ---------------------------------------------------------------------- Current: + * Major changes compared to the previous version: + - ... + + * New programmers supported: + - ... + + * Bugfixes + - ... + + * Internals: + - ... + +Version 6.1: + * Major changes compared to the previous version: - Atmel EDBG protocol support added (JTAGICE3, XplainedPro, Atmel-ICE) diff --git a/configure.ac b/configure.ac index 6dbaa8b6..94be984c 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(avrdude, 6.1, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 6.1-20140313, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST