X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=4cb2a007f1103223d343cb771d9e7af5c2d6c047;hb=9028a6e05bf66890591f074dd510a43c10f4e984;hp=dd0fcf478c5ffc538c7a4433649a9760057605ba;hpb=45a2b5bc1a4536173178e9907feb268c708797c7;p=ncurses.git diff --git a/dist.mk b/dist.mk index dd0fcf47..4cb2a007 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1415 2021/05/15 09:37:23 tom Exp $ +# $Id: dist.mk,v 1.1418 2021/06/05 23:45:46 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 2 -NCURSES_PATCH = 20210515 +NCURSES_PATCH = 20210605 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)