X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=ed8939b3f919159d952f49273bf997fb9ac1e452;hb=40cf934fff2d2790c060619e3a29bd54c20994b0;hp=cd5990ec1bfee1eac58b32e4c1e14e8ab487a2c8;hpb=2debf76e0c23a2b3d1333f0853317a7b2ae1777f;p=ncurses.git diff --git a/dist.mk b/dist.mk index cd5990ec..ed8939b3 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.738 2009/12/27 15:45:50 tom Exp $ +# $Id: dist.mk,v 1.739 2010/01/02 18:52:02 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 = 20091227 +NCURSES_PATCH = 20100102 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)