X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=d7360f7cbf3913bbdcc9d8821b7515f55fee58d2;hb=refs%2Fheads%2Fmaster;hp=97db5c372fa7ba64fe12457491a90c0ed6e656fa;hpb=fc11bff62abb32a3e7724180a94c1068c148ea6c;p=ncurses.git diff --git a/dist.mk b/dist.mk index 97db5c37..52933dc5 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.1612 2024/05/11 10:20:08 tom Exp $ +# $Id: dist.mk,v 1.1619 2024/06/22 09:24:38 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 = 5 -NCURSES_PATCH = 20240511 +NCURSES_PATCH = 20240622 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)