maint: post-release administrivia

* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
This commit is contained in:
Akim Demaille
2021-09-11 08:55:22 +02:00
parent 659376b590
commit 9cdfd86cbb
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.8. */
/* A Bison parser, made by GNU Bison 3.8.3-84b7. */
/* Bison implementation for Yacc-like parsers in C
@@ -46,10 +46,10 @@
USER NAME SPACE" below. */
/* Identify Bison output, and Bison version. */
#define YYBISON 30800
#define YYBISON -1
/* Bison version string. */
#define YYBISON_VERSION "3.8"
#define YYBISON_VERSION "3.8.3-84b7"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.8. */
/* A Bison parser, made by GNU Bison 3.8.3-84b7. */
/* Bison interface for Yacc-like parsers in C