X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=6c2dfe8a308e3fe22892968c997a01974eee13df;hb=084e3b44fc1c904d5ab941da55f47a237cb15766;hp=a97fd27215b98ae8d1ebe4298f7ba892f6287517;hpb=859f2280a309b121d29160e4d066ecc0fd39e52c;p=ncurses.git diff --git a/dist.mk b/dist.mk index a97fd272..6c2dfe8a 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright 2018-2021,2022 Thomas E. Dickey # +# Copyright 2018-2022,2023 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1509 2022/10/23 11:32:30 tom Exp $ +# $Id: dist.mk,v 1.1579 2023/11/25 11:21:56 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 = 3 -NCURSES_PATCH = 20221023 +NCURSES_MINOR = 4 +NCURSES_PATCH = 20231125 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)