X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=22e4fc9c26d47143913a914ffbe6091f8ff11015;hb=18c5cff3297b96ac5988a716c66b374734a7de90;hp=a97fd27215b98ae8d1ebe4298f7ba892f6287517;hpb=859f2280a309b121d29160e4d066ecc0fd39e52c;p=ncurses.git diff --git a/dist.mk b/dist.mk index a97fd272..22e4fc9c 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.1509 2022/10/23 11:32:30 tom Exp $ +# $Id: dist.mk,v 1.1513 2022/11/19 11:24:10 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 = 20221023 +NCURSES_PATCH = 20221119 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)