1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Release gperf-3.2.1.

* src/version.cc (version_string): Bump.
* tests/*.exp: Update.
* NEWS: Mention the changes.
This commit is contained in:
Bruno Haible
2025-04-13 18:08:21 +02:00
parent 1a8e476f99
commit 1a67526a17
17 changed files with 27 additions and 16 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
New in 3.2.1:
* The generated code avoids -Wundef warnings in C++ mode.
New in 3.2:
* The input file may now use Windows line terminators (CR/LF) instead of
Unix line terminators (LF).