X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=dist.mk;h=2fe71649cd266e7ede65a6781bc45d25385ef09f;hb=421caba60c1ee737f657b6453a6e1f292aac8f65;hp=67c0913c51ef9ac41befc41491811a69d42a0d7c;hpb=77afe78361875f531dc2bf8d73f2e781c8e76176;p=ncurses.git diff --git a/dist.mk b/dist.mk index 67c0913c..2fe71649 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.741 2010/01/09 16:28:29 tom Exp $ +# $Id: dist.mk,v 1.762 2010/06/12 11:23:08 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 = 20100109 +NCURSES_PATCH = 20100612 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)