diff options
Diffstat (limited to 'contrib/ncurses/dist.mk')
-rw-r--r-- | contrib/ncurses/dist.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/dist.mk b/contrib/ncurses/dist.mk index ba715008cbdb..8d60a1742cc3 100644 --- a/contrib/ncurses/dist.mk +++ b/contrib/ncurses/dist.mk @@ -1,4 +1,4 @@ -# $Id: dist.mk,v 1.207 2000/06/29 23:08:38 tom Exp $ +# $Id: dist.mk,v 1.224 2000/10/09 22:47:15 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 = 1 -NCURSES_PATCH = 20000701 +NCURSES_PATCH = 20001009 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) |