diff options
author | phk <phk@FreeBSD.org> | 1996-09-18 14:27:44 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-09-18 14:27:44 +0000 |
commit | 27a81a55f7ad536c25699849ec806fda7163532e (patch) | |
tree | b0013759c012b16f7919f86a0f02c5ee341b464a | |
parent | 6246b710ae0b755ba8e3891569abe37df7d5f685 (diff) | |
download | FreeBSD-src-27a81a55f7ad536c25699849ec806fda7163532e.zip FreeBSD-src-27a81a55f7ad536c25699849ec806fda7163532e.tar.gz |
Bump minor number to 1
-rw-r--r-- | tools/tools/tcl_bmake/mkMakefile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index f441487..bb3b898 100644 --- a/tools/tools/tcl_bmake/mkMakefile.sh +++ b/tools/tools/tcl_bmake/mkMakefile.sh @@ -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 |