summaryrefslogtreecommitdiff
path: root/contrib/ncurses/dist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/dist.mk')
-rw-r--r--contrib/ncurses/dist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/dist.mk b/contrib/ncurses/dist.mk
index 70168a531fee..090d2f33f5d6 100644
--- a/contrib/ncurses/dist.mk
+++ b/contrib/ncurses/dist.mk
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.162 1999/08/21 23:40:17 tom Exp $
+# $Id: dist.mk,v 1.172 1999/10/23 12:29:39 tom Exp $
# Makefile for creating ncurses distributions.
#
# This only needs to be used directly as a makefile by developers, but
@@ -10,7 +10,7 @@ SHELL = /bin/sh
# These define the major/minor/patch versions of ncurses.
NCURSES_MAJOR = 5
NCURSES_MINOR = 0
-NCURSES_PATCH = 990821
+NCURSES_PATCH = 19991023
# We don't append the patch to the version, since this only applies to releases
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)