X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=e5cd16916ba1def6b9d8579ed452077faf50d597;hb=75a9c36c205ebefe07580acd0b1053a2abbd44b9;hp=53ae31cfc21bac8f9247eaeb05cdbec4e3089f07;hpb=382c1d0c3c8959d2e5ffb69e86469d00937aa4ae;p=ncurses.git diff --git a/dist.mk b/dist.mk index 53ae31cf..e5cd1691 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.1604 2024/03/30 09:26:39 tom Exp $ +# $Id: dist.mk,v 1.1606 2024/04/13 11:28:20 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 = 20240330 +NCURSES_PATCH = 20240413 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)