X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=934e1e46eda164cb50dc873d53a0a0e8ce934376;hp=f0986dead924012e74de4807d10ab3583eea8a6a;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=1bab6fd2bd6c65560d26b46b0a245bd7d46f2add diff --git a/dist.mk b/dist.mk index f0986dea..934e1e46 100644 --- a/dist.mk +++ b/dist.mk @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.994 2014/06/28 21:47:46 tom Exp $ +# $Id: dist.mk,v 1.1020 2014/12/20 16:10:23 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 = 20140629 +NCURSES_PATCH = 20141220 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)