From: Noah Friedman Date: Sun, 18 Apr 1993 04:54:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: GNU_ORIG~109 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d5895418798008a1c05fade387e936c9ec1803c5?ds=inline *** empty log message *** --- 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";