X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=cd5990ec1bfee1eac58b32e4c1e14e8ab487a2c8;hp=83c9bcfb587426c20e6d5bc0896b5f4f3ee59b57;hb=2debf76e0c23a2b3d1333f0853317a7b2ae1777f;hpb=f36e772702d4b512a4395e2db96470803485b6df diff --git a/dist.mk b/dist.mk index 83c9bcfb..cd5990ec 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.737 2009/12/26 15:25:42 tom Exp $ +# $Id: dist.mk,v 1.738 2009/12/27 15:45:50 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 = 20091226 +NCURSES_PATCH = 20091227 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)