X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=8752e197aa308b9f91ca9500bfa6881fce78e780;hb=9208e1bde56ebb9cc550fd93034f1d4650518b11;hp=0496e0ec157bce07f06a99dbcd5b9cf3bcff8bc0;hpb=02c4e383be9337e73a0e75844dfd1047745adb28;p=ncurses.git diff --git a/dist.mk b/dist.mk index 0496e0ec..8752e197 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.1218 2018/04/07 13:38:08 tom Exp $ +# $Id: dist.mk,v 1.1223 2018/05/12 10:58:29 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 = 20180407 +NCURSES_PATCH = 20180512 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)