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