X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=3db7d42b5c990fdf5ab466b935a830de052fa997;hb=f5aadfb8596c96e69ce2b772cd06626f2fba8ddc;hp=abd71b3f0c4e12fd2860b9194ad0a1b4a3e13a51;hpb=46503c9c062e855bb9bcdc61aab11844ed8e5e20;p=ncurses.git diff --git a/dist.mk b/dist.mk index abd71b3f..3db7d42b 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.1547 2023/06/03 09:47:46 tom Exp $ +# $Id: dist.mk,v 1.1557 2023/07/29 10:00:25 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 = 20230603 +NCURSES_PATCH = 20230729 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)