X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=82a2f1c552274a25044378f45754d43ac9a076b5;hp=6bfa61d43480e19cef4a6c9cdaa61d282203efb9;hb=410952f85a313e9ddb6a1d5939dec1b89c8a40f9;hpb=e762b1bf39c1080e4155e0a592f22452130bdfc6 diff --git a/dist.mk b/dist.mk index 6bfa61d4..82a2f1c5 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.1545 2023/05/20 14:39:41 tom Exp $ +# $Id: dist.mk,v 1.1546 2023/05/27 09:18:04 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 = 20230520 +NCURSES_PATCH = 20230527 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)