X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=04c58d4653cfb56873e8bbae700b69676667f22f;hp=5278cadc4c333e752f5b993e875403c90c12642a;hb=f4a8d7509dab16e7abdfb9d484c51116317b159d;hpb=c0e9e7ee0d3cba0cfa8f6164f75007e198b997e5 diff --git a/dist.mk b/dist.mk index 5278cadc..04c58d46 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.1535 2023/04/15 11:55:57 tom Exp $ +# $Id: dist.mk,v 1.1537 2023/04/18 00:25: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 = 20230415 +NCURSES_PATCH = 20230418 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)