]> git.saurik.com Git - bison.git/commitdiff
*** empty log message ***
authorNoah Friedman <friedman@splode.com>
Sun, 18 Apr 1993 04:54:09 +0000 (04:54 +0000)
committerNoah Friedman <friedman@splode.com>
Sun, 18 Apr 1993 04:54:09 +0000 (04:54 +0000)
Makefile.in
src/version.c

index 9dfe18441912f428ca55288db5533498a4be6635..b4dfc04e4d098dd9d57d5fb4401a0ed47ff2afeb 100644 (file)
@@ -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
index ff196f5b0c550996bd5e81f134a4d3e287296bca..c9fe9cf20dc0cf7eec5d5fc21039d8e11e221d34 100644 (file)
@@ -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";