From 8b6b83043a8bca117a8e407e17b09544ecb210cf Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 16 Feb 2016 22:08:17 +0000 Subject: [PATCH] Bump for post-release 6.3. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1378 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 4e0b3c42..a67a04ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-02-16 Joerg Wunsch + + * configure.ac: Bump for post-release 6.3. + 2016-02-16 Joerg Wunsch * configure.ac: Released version 6.3. diff --git a/NEWS b/NEWS index 7dfbf686..a72013d8 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.3: * Major changes compared to the previous version: diff --git a/configure.ac b/configure.ac index 0c69a10b..4eb6d609 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.3, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 6.3-20160216, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST