X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=d83c4002ecb9c9cb179574ff5c92085c4779ac99;hp=92fc5ac36ebe6918269da7c9304c0bcd1d149dc6;hb=89407f55b3f245bea3a8884c074940cd325ec3da;hpb=67ab4b308e932639a3a832052228d445c41c54b4 diff --git a/dist.mk b/dist.mk index 92fc5ac3..d83c4002 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.956 2013/11/10 22:44:38 tom Exp $ +# $Id: dist.mk,v 1.958 2013/11/16 17:39:03 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 = 20131110 +NCURSES_PATCH = 20131116 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)