X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=054a859c2d07247467f98869838101d2e9cff539;hb=979d4bf823d05c9c1cb349e6585a0359095aeb3a;hp=4c5f84b32416f82260f28b39dc4047f917d4147b;hpb=3de62606e321018fe1aa2ac688724c27c8df75ba;p=ncurses.git diff --git a/dist.mk b/dist.mk index 4c5f84b3..054a859c 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.1616 2024/06/01 11:06:41 tom Exp $ +# $Id: dist.mk,v 1.1617 2024/06/08 09:49:40 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 = 5 -NCURSES_PATCH = 20240601 +NCURSES_PATCH = 20240608 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)