Bump minor number to 1

This commit is contained in:
Poul-Henning Kamp 1996-09-18 14:27:44 +00:00
parent 84b6bcdf53
commit ad6e687bb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18355

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $Id: mkMakefile.sh,v 1.9 1996/09/05 19:05:57 peter Exp $
# $Id: mkMakefile.sh,v 1.10 1996/09/05 19:19:18 peter Exp $
#
# This script generates a bmake Makefile for src/lib/libtcl
#
@ -8,7 +8,7 @@ set -ex
# SETME: what versions the shared library should have.
SHLIB_MAJOR=75
SHLIB_MINOR=0
SHLIB_MINOR=1
# SETME: where is the tcl stuff relative to this script
SRCDIR=../../../contrib/tcl
@ -40,7 +40,7 @@ echo '#
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
#
# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:
# $Id: mkMakefile.sh,v 1.9 1996/09/05 19:05:57 peter Exp $
# $Id: mkMakefile.sh,v 1.10 1996/09/05 19:19:18 peter Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile