X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=91779a9da0b16cb556fdb3f11af963f5e1eb6564;hb=49e6baa94900e73cfc440dcb54c4f2eeda462ad8;hp=e95d21793a826a69598109b827f9d9f952c958a2;hpb=f783dbd488409a4b1fb58e993cee2f01484a0ef0;p=ncurses.git diff --git a/dist.mk b/dist.mk index e95d2179..91779a9d 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.731 2009/11/14 00:58:56 tom Exp $ +# $Id: dist.mk,v 1.733 2009/11/28 17:54:26 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 = 7 -NCURSES_PATCH = 20091114 +NCURSES_PATCH = 20091128 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)