X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=dist.mk;h=f74ae8181b84eb431a71f5bf2c945928c30e0c5f;hb=6b4de0a4ef55b9505f6d46f0d9886ab0ca30cffe;hp=30c3298bde1cd0cbd81ee9292423a95be2341556;hpb=cabcc699fe87c3982b795dabea1ba6970b4faa90;p=ncurses.git diff --git a/dist.mk b/dist.mk index 30c3298b..f74ae818 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.893 2012/09/22 17:49:36 tom Exp $ +# $Id: dist.mk,v 1.897 2012/10/17 09:32: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 = 20120922 +NCURSES_PATCH = 20121017 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)