]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - dist.mk
ncurses 6.1 - patch 20181124
[ncurses.git] / dist.mk
diff --git a/dist.mk b/dist.mk
index 8752e197aa308b9f91ca9500bfa6881fce78e780..23d0cb88a45e34355c61479360fc553ebcefb4c1 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -25,7 +25,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.1223 2018/05/12 10:58:29 tom Exp $
+# $Id: dist.mk,v 1.1252 2018/11/24 14:57:06 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -37,7 +37,7 @@ SHELL = /bin/sh
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 6
 NCURSES_MINOR = 1
-NCURSES_PATCH = 20180512
+NCURSES_PATCH = 20181124
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)