X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=636d49f33808da3a0e80d7e5d6a152dff79243ce;hp=1f4d548aa20113a77d2d11e4b1acbffce12615fb;hb=6b4f5830b7910188b532d661f79775306715f67e;hpb=7d6371e47006c8aef4ac94f52998a35b03bf89cf diff --git a/dist.mk b/dist.mk index 1f4d548a..636d49f3 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. # +# Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1238 2018/08/25 15:59:35 tom Exp $ +# $Id: dist.mk,v 1.1267 2019/02/13 22:19:33 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -37,7 +37,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 1 -NCURSES_PATCH = 20180825 +NCURSES_PATCH = 20190216 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)