File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ 2011-12-29 Joerg Wunsch <
[email protected] >
2+
3+ Released avr-libc-1.7.1.
4+ * configure.ac: Bump version.
5+
162011-12-29 Joerg Wunsch <
[email protected] >
27
38 * include/avr/pgmspace.h: Do only include the deprecated prog_*
Original file line number Diff line number Diff line change 11*** Changes in avr-libc-1.8.0:
22
33* Bugs fixed:
4-
4+
55 [#17815] Configure does not honor --mandir option
66 [#23234] Alternate interrupt macro
77 [#24861] Interrupt documentation contains extra include
Original file line number Diff line number Diff line change 3838dnl library versioning -- modify these on releases
3939dnl macro name value description
4040m4_define ( [ avr_libc_major] , [ 1] ) dnl major version
41- m4_define ( [ avr_libc_minor] , [ 7 ] ) dnl minor version
42- m4_define ( [ avr_libc_revision] , [ 2 ] ) dnl revision (dot-dot version)
43- m4_define ( [ avr_libc_revision_suffix] , [ rc2252 ] ) dnl revision suffix (if any)
44- m4_define ( [ avr_libc_reldate] , [ 20110922 ] ) dnl release date
41+ m4_define ( [ avr_libc_minor] , [ 8 ] ) dnl minor version
42+ m4_define ( [ avr_libc_revision] , [ 0 ] ) dnl revision (dot-dot version)
43+ m4_define ( [ avr_libc_revision_suffix] , [ ] ) dnl revision suffix (if any)
44+ m4_define ( [ avr_libc_reldate] , [ 20111228 ] ) dnl release date
4545dnl end of library versioning data
4646
47- dnl odd minor number marks a development branch, append date to version there
4847m4_define ( [ avr_libc_version] ,
4948 avr_libc_major.avr_libc_minor.avr_libc_revision ( ) avr_libc_revision_suffix ) dnl
5049m4_define ( [ avr_libc_version_numeric] ,
You can’t perform that action at this time.
0 commit comments