Bump minor number to 1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user