From 7d2a1c916ba72309735057a45472f344ecf18435 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 16 Nov 2015 22:46:49 +0000 Subject: [PATCH] This is the post-6.2 state now. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1364 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ NEWS | 13 +++++++++++++ configure.ac | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0caf418f..a6a2340f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-11-16 Joerg Wunsch + + * configure.ac: Bump for post-release 6.2. + 2015-11-16 Joerg Wunsch * configure.ac: Released version 6.2. diff --git a/NEWS b/NEWS index 73e38920..423ffa5b 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,19 @@ Approximate change log for AVRDUDE by version. (For more detailed changes, see the ChangeLog file.) ---------------------------------------------------------------------- +Current: + + * Major changes compared to the previous version: + + * New devices supported: + + * New programmers supported: + + * Bugfixes + + * Internals: + + Version 6.2: * Major changes compared to the previous version: diff --git a/configure.ac b/configure.ac index ff159438..8745d1e7 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.2, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 6.2-20151117, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST