]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - dist.mk
ncurses 5.0
[ncurses.git] / dist.mk
diff --git a/dist.mk b/dist.mk
index d6a4efc257df0562d576239bea55a04c4d4bfcd4..090d2f33f5d6f711b266986c1e78f7906b2c76bc 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.82 1998/02/28 23:10:59 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
@@ -8,9 +8,9 @@
 SHELL = /bin/sh
 
 # These define the major/minor/patch versions of ncurses.
-NCURSES_MAJOR = 4
-NCURSES_MINOR = 2
-NCURSES_PATCH = 980228
+NCURSES_MAJOR = 5
+NCURSES_MINOR = 0
+NCURSES_PATCH = 19991023
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)