X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=7b2634574bd385dc7b16d9d24a3e57cd07805a27;hp=8d947fe9b7a4cec890bc3aefe6104feac1ffc9f5;hb=fc108369da39ac4082802007d06c52de80392b94;hpb=cef50b3afcd58166f3541b701c97bce538844c76 diff --git a/dist.mk b/dist.mk index 8d947fe9..7b263457 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. # +# Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.776 2010/10/02 16:26:29 tom Exp $ +# $Id: dist.mk,v 1.832 2011/09/03 13:53:10 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -36,8 +36,8 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 -NCURSES_MINOR = 7 -NCURSES_PATCH = 20101002 +NCURSES_MINOR = 9 +NCURSES_PATCH = 20110903 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)