X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=abd71b3f0c4e12fd2860b9194ad0a1b4a3e13a51;hp=82a2f1c552274a25044378f45754d43ac9a076b5;hb=46503c9c062e855bb9bcdc61aab11844ed8e5e20;hpb=410952f85a313e9ddb6a1d5939dec1b89c8a40f9 diff --git a/dist.mk b/dist.mk index 82a2f1c5..abd71b3f 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.1546 2023/05/27 09:18:04 tom Exp $ +# $Id: dist.mk,v 1.1547 2023/06/03 09:47: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 = 4 -NCURSES_PATCH = 20230527 +NCURSES_PATCH = 20230603 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)