X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=f1a41302679cf95d3ee1dc83dfb36af72fdb4877;hp=e5cd16916ba1def6b9d8579ed452077faf50d597;hb=HEAD;hpb=75a9c36c205ebefe07580acd0b1053a2abbd44b9 diff --git a/dist.mk b/dist.mk index e5cd1691..63ea2d3b 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.1606 2024/04/13 11:28:20 tom Exp $ +# $Id: dist.mk,v 1.1614 2024/05/19 08:58:02 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -37,8 +37,8 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 -NCURSES_MINOR = 4 -NCURSES_PATCH = 20240413 +NCURSES_MINOR = 5 +NCURSES_PATCH = 20240519 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)