Skip to content

Commit 9cdfd86

Browse files
committed
maint: post-release administrivia
* NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
1 parent 659376b commit 9cdfd86

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.prev-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8
1+
3.8.1

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
GNU Bison NEWS
22

3+
* Noteworthy changes in release ?.? (????-??-??) [?]
4+
5+
36
* Noteworthy changes in release 3.8.1 (2021-09-11) [stable]
47

58
The generation of prototypes for yylex and yyerror in Yacc mode is

src/parse-gram.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* A Bison parser, made by GNU Bison 3.8. */
1+
/* A Bison parser, made by GNU Bison 3.8.3-84b7. */
22

33
/* Bison implementation for Yacc-like parsers in C
44
@@ -46,10 +46,10 @@
4646
USER NAME SPACE" below. */
4747

4848
/* Identify Bison output, and Bison version. */
49-
#define YYBISON 30800
49+
#define YYBISON -1
5050

5151
/* Bison version string. */
52-
#define YYBISON_VERSION "3.8"
52+
#define YYBISON_VERSION "3.8.3-84b7"
5353

5454
/* Skeleton name. */
5555
#define YYSKELETON_NAME "yacc.c"

src/parse-gram.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* A Bison parser, made by GNU Bison 3.8. */
1+
/* A Bison parser, made by GNU Bison 3.8.3-84b7. */
22

33
/* Bison interface for Yacc-like parsers in C
44

0 commit comments

Comments
 (0)