X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=b517ae414cfdbacbef3c13fc3a6a8dd7e3843a85;hp=f8779ebb20e6d149d95649286dd21ef1d232dd4c;hb=1ddfa997c0965852dbdc738aa6d92c0cd0975f3b;hpb=f8a52f8d51160dbfdd5449403bb157497f2b39c4 diff --git a/dist.mk b/dist.mk index f8779ebb..b517ae41 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.1474 2022/04/09 12:59:03 tom Exp $ +# $Id: dist.mk,v 1.1481 2022/05/21 15:40:09 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 = 3 -NCURSES_PATCH = 20220409 +NCURSES_PATCH = 20220521 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)