X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=af5ebc7a50de51b54dcfed3c793d1f4f2c004a40;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=4b12f5c47f382eef795d16eca448965e5a0b08a7;hpb=6c4abbc8bca4244a09ae3d567e80481dc12b2b73;p=ncurses.git diff --git a/dist.mk b/dist.mk index 4b12f5c4..af5ebc7a 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.1542 2023/05/06 10:03:33 tom Exp $ +# $Id: dist.mk,v 1.1576 2023/11/11 10:45:00 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 = 20230506 +NCURSES_PATCH = 20231111 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)