X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=3db7d42b5c990fdf5ab466b935a830de052fa997;hb=f5aadfb8596c96e69ce2b772cd06626f2fba8ddc;hp=184921517f0507ddffef901e11dad09d1d03605c;hpb=515d83a2495606171a23c6eee948aea07536d178;p=ncurses.git diff --git a/dist.mk b/dist.mk index 18492151..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.1552 2023/06/25 09:41:21 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 = 20230625 +NCURSES_PATCH = 20230729 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)