X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=af5ebc7a50de51b54dcfed3c793d1f4f2c004a40;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=9968b9c5f9e18a05a609bdc27b10c10443026ab5;hpb=88595a127ec2e56af0875eb04e0f2396d6d121c5;p=ncurses.git diff --git a/dist.mk b/dist.mk index 9968b9c5..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.1539 2023/04/23 15:57:14 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 = 20230423 +NCURSES_PATCH = 20231111 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)