`avr/version.h` misspells `__AVR_LIBC_DATE_`, which should rather be `__AVR_LIBC_DATE__` since all other macros in that header are suffixed with two `_`'s.