Skip to content

Commit

Permalink
Prepare for release 2.2.1
Browse files Browse the repository at this point in the history
* Update NEWS
* Update configure.ac
  • Loading branch information
dl8dtl committed Jul 18, 2024
1 parent 2951de0 commit b5f1355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** Changes since AVR-LibC-2.2.0:
*** Changes in AVR-LibC-2.2.1:

* General:

Expand All @@ -25,6 +25,8 @@

* Pull requests:

- Issue #971 - configure.ac: Test for Binutils PR29741 / PR31177. (PR #972)

* Other changes:


Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ dnl library versioning -- modify these on releases
dnl macro name value description
m4_define([avr_libc_major], [2])dnl major version
m4_define([avr_libc_minor], [2])dnl minor version
m4_define([avr_libc_revision], [0])dnl revision (dot-dot version)
m4_define([avr_libc_revision], [1])dnl revision (dot-dot version)
m4_define([avr_libc_revision_suffix], [])dnl revision suffix (if any)
m4_define([avr_libc_reldate], [20240608])dnl release date
m4_define([avr_libc_reldate], [20240718])dnl release date
dnl end of library versioning data

m4_define([avr_libc_version],
Expand Down

0 comments on commit b5f1355

Please sign in to comment.