Skip to content

Commit

Permalink
Prepare release 2.2.0
Browse files Browse the repository at this point in the history
Remove avr_libc_revision_suffix, bump avr_libc_reldate
Update NEWS
  • Loading branch information
dl8dtl committed Jun 8, 2024
1 parent de63f37 commit b28ce1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** Changes since AVR-LibC-2.1.0:
*** Changes in AVR-LibC-2.2.0:

* General:

Expand Down Expand Up @@ -143,6 +143,7 @@

* Pull requests:

- Logo [#969]
- Documentation fixes [#968]
- Issue #962 - libm: Use ELPM for tables on ELPM devices. [#964]
- Issue #934: Fix EEPROM write issue on AVR-Ex and AVR-Dx family [#948]
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ 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_suffix], [git])dnl revision suffix (if any)
m4_define([avr_libc_reldate], [20220701])dnl release date
m4_define([avr_libc_revision_suffix], [])dnl revision suffix (if any)
m4_define([avr_libc_reldate], [20240608])dnl release date
dnl end of library versioning data

m4_define([avr_libc_version],
Expand Down

0 comments on commit b28ce1d

Please sign in to comment.