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