X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=dist.mk;fp=dist.mk;h=8a24cb7d6a5e00f3f410e42e962ffb768803187e;hb=5fa28d9ac15ff11842cdd1375df3bf3ce1112cb7;hp=163c0b51f56bd06fd73fd7999440d1755aaa5cc1;hpb=19c0d4acfed45a13096019aa305a63b657fdb24c;p=ncurses.git diff --git a/dist.mk b/dist.mk index 163c0b51..8a24cb7d 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.1596 2024/02/03 10:52:10 tom Exp $ +# $Id: dist.mk,v 1.1597 2024/02/10 12:26:54 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 = 20240203 +NCURSES_PATCH = 20240210 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)