X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=dc7d51abc0a43b340c96b895db8b936b24e304ee;hp=58eeca0260416a4bc06f675ee2dd4fa4df05e0ea;hb=4ad721f3e68db15c3dfa9b042f533c89d7476366;hpb=d129a54c07c01d853ead291e5bef7fe978094f2d diff --git a/dist.mk b/dist.mk index 58eeca02..dc7d51ab 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. # +# Copyright (c) 1998-2014,2015 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.984 2014/05/03 15:27:36 tom Exp $ +# $Id: dist.mk,v 1.1025 2015/01/10 15:40:16 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 = 5 NCURSES_MINOR = 9 -NCURSES_PATCH = 20140503 +NCURSES_PATCH = 20150110 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)