avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2509] Bump version to 2.0.0, in preparation of the up


From: Joerg Wunsch
Subject: [avr-libc-commit] [2509] Bump version to 2.0.0, in preparation of the upcoming
Date: Mon, 08 Feb 2016 13:25:41 +0000

Revision: 2509
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2509
Author:   joerg_wunsch
Date:     2016-02-08 13:25:41 +0000 (Mon, 08 Feb 2016)
Log Message:
-----------
Bump version to 2.0.0, in preparation of the upcoming
release.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/configure.ac

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2016-02-08 11:48:35 UTC (rev 2508)
+++ trunk/avr-libc/ChangeLog    2016-02-08 13:25:41 UTC (rev 2509)
@@ -1,5 +1,10 @@
 2016-02-08  Joerg Wunsch <address@hidden>
 
+       * configure.ac: Bump version to 2.0.0, in preparation of the
+       upcoming release.
+
+2016-02-08  Joerg Wunsch <address@hidden>
+
        * doc/api/dox_html_header: Drop the alphabetical index from the
        top bar, as it does not work as expected when setting
        DISABLE_INDEX in the config file (it only yielded the very first

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2016-02-08 11:48:35 UTC (rev 2508)
+++ trunk/avr-libc/NEWS 2016-02-08 13:25:41 UTC (rev 2509)
@@ -1,5 +1,9 @@
-*** Changes since avr-libc-1.8.1:
+*** Changes in avr-libc-2.0.0:
 
+* General:
+
+    This is the first official release supporting AVR-GCC 5 (and above).
+
 * Bugs fixed:
 
   [#33698] Explicit use of RJMP/RCALL can cause "relocation truncated to fit:

Modified: trunk/avr-libc/configure.ac
===================================================================
--- trunk/avr-libc/configure.ac 2016-02-08 11:48:35 UTC (rev 2508)
+++ trunk/avr-libc/configure.ac 2016-02-08 13:25:41 UTC (rev 2509)
@@ -37,11 +37,11 @@
 
 dnl library versioning -- modify these on releases
 dnl        macro name           value            description
-m4_define([avr_libc_major],    [1])dnl           major version
-m4_define([avr_libc_minor],    [8])dnl           minor version
-m4_define([avr_libc_revision], [1])dnl           revision (dot-dot version)
+m4_define([avr_libc_major],    [2])dnl           major version
+m4_define([avr_libc_minor],    [0])dnl           minor version
+m4_define([avr_libc_revision], [0])dnl           revision (dot-dot version)
 m4_define([avr_libc_revision_suffix], [svn])dnl  revision suffix (if any)
-m4_define([avr_libc_reldate],  [20140812])dnl    release date
+m4_define([avr_libc_reldate],  [20150208])dnl    release date
 dnl end of library versioning data
 
 m4_define([avr_libc_version],




reply via email to

[Prev in Thread] Current Thread [Next in Thread]