X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=eba8a7feea73504d5637b253f25101ed4e374671;hp=52c613d26438d43039b33c3f43efb51aeb6446bd;hb=02788b9c63ac2668473510a98fa151ecc0fb1e39;hpb=73ab536b636227eed291dad213ca88c93d422fb8 diff --git a/dist.mk b/dist.mk index 52c613d2..eba8a7fe 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.948 2013/10/12 16:11:35 tom Exp $ +# $Id: dist.mk,v 1.960 2013/12/07 15:21:58 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 = 20131012 +NCURSES_PATCH = 20131207 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)