X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=9694983d7f5164f10d6a76fd3f836e6b5ffe37b5;hb=4b9ba0bd992a855f2355ff26006f2e42e223b9c9;hp=a97fd27215b98ae8d1ebe4298f7ba892f6287517;hpb=859f2280a309b121d29160e4d066ecc0fd39e52c;p=ncurses.git diff --git a/dist.mk b/dist.mk index a97fd272..9694983d 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.1561 2023/08/26 19:29:45 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 = 20230826 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)