File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- *** Changes since AVR-LibC-2.2.0 :
1+ *** Changes in AVR-LibC-2.2.1 :
22
33* General:
44
2525
2626* Pull requests:
2727
28+ - Issue #971 - configure.ac: Test for Binutils PR29741 / PR31177. (PR #972)
29+
2830* Other changes:
2931
3032
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ dnl library versioning -- modify these on releases
3939dnl macro name value description
4040m4_define ( [ avr_libc_major] , [ 2] ) dnl major version
4141m4_define ( [ avr_libc_minor] , [ 2] ) dnl minor version
42- m4_define ( [ avr_libc_revision] , [ 0 ] ) dnl revision (dot-dot version)
42+ m4_define ( [ avr_libc_revision] , [ 1 ] ) dnl revision (dot-dot version)
4343m4_define ( [ avr_libc_revision_suffix] , [ ] ) dnl revision suffix (if any)
44- m4_define ( [ avr_libc_reldate] , [ 20240608 ] ) dnl release date
44+ m4_define ( [ avr_libc_reldate] , [ 20240718 ] ) dnl release date
4545dnl end of library versioning data
4646
4747m4_define ( [ avr_libc_version] ,
You can’t perform that action at this time.
0 commit comments