X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=18484d8ca5c94807a12cb4ff91eac294b00af68b;hb=610e9700ef6e0f95d03aa53242b12a8946bb62d7;hp=ba3338a461345f6bd173dadc476ffe220cbefce7;hpb=e6725415d8e5cbb514b8d6056e0700152c540fa0;p=ncurses.git diff --git a/dist.mk b/dist.mk index ba3338a4..18484d8c 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.1591 2024/01/06 11:19:36 tom Exp $ +# $Id: dist.mk,v 1.1610 2024/04/27 13:55:54 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 = 20240106 +NCURSES_MINOR = 5 +NCURSES_PATCH = 20240427 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) @@ -135,8 +135,9 @@ manhtml: if [ -f doc/html/$$g ]; then chmod +w doc/html/$$g; fi;\ echo "Converting $$m to HTML" ;\ echo '