From d5895418798008a1c05fade387e936c9ec1803c5 Mon Sep 17 00:00:00 2001 From: Noah Friedman Date: Sun, 18 Apr 1993 04:54:09 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 2 +- src/version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9dfe1844..b4dfc04e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,7 +144,7 @@ dist: bison.info vmshlp.mar README INSTALL bison.texinfo bison.info* texinfo.tex \ `cat .fname` cp -p getopt.[ch] getopt1.c alloca.c `cat .fname` - tar chZf `cat .fname`.tar.Z `cat .fname` + tar --gzip -chf `cat .fname`.tar.z `cat .fname` -rm -rf `cat .fname` .fname bison.info: bison.texinfo diff --git a/src/version.c b/src/version.c index ff196f5b..c9fe9cf2 100644 --- a/src/version.c +++ b/src/version.c @@ -17,4 +17,4 @@ You should have received a copy of the GNU General Public License along with Bison; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -char *version_string = "GNU Bison version 1.20\n"; +char *version_string = "GNU Bison version 1.21\n"; -- 2.50.0