X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=cf868befe6f5af4d3c1353a3fd0ce0dc363bc953;hp=f072b94ce597564f21397c9e22740401c50021a9;hb=321b81e6b3fa425daddac02420d862100dc3aac8;hpb=6941ed1e8bfdfc7634a57655dc71e7a7ed02a6e8 diff --git a/dist.mk b/dist.mk index f072b94c..cf868bef 100644 --- 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.1233 2018/07/21 13:45:51 tom Exp $ +# $Id: dist.mk,v 1.1255 2018/12/08 16:21:26 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 = 20180721 +NCURSES_PATCH = 20181208 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)