X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;fp=dist.mk;h=18484d8ca5c94807a12cb4ff91eac294b00af68b;hb=610e9700ef6e0f95d03aa53242b12a8946bb62d7;hp=d7360f7cbf3913bbdcc9d8821b7515f55fee58d2;hpb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;p=ncurses.git diff --git a/dist.mk b/dist.mk index d7360f7c..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.1608 2024/04/20 10:17:21 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 = 20240420 +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)