X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;fp=dist.mk;h=d73980828699e63dbb79c071caf1f4c355445ab4;hp=4fc53abfb7ef39cfe8ebda0b89684f917e657bfb;hb=83380a7a2fd113f907cb4541428d3e1c37287c4b;hpb=141bf9b4f451aaab76480a358dec96cf60a66ec6 diff --git a/dist.mk b/dist.mk index 4fc53abf..d7398082 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.1522 2023/01/14 12:04:16 tom Exp $ +# $Id: dist.mk,v 1.1523 2023/01/21 13:51:01 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 = 20230114 +NCURSES_PATCH = 20230121 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)