X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=dist.mk;h=cd5990ec1bfee1eac58b32e4c1e14e8ab487a2c8;hb=2debf76e0c23a2b3d1333f0853317a7b2ae1777f;hp=99baced977a2ddf53a1e7fb88b3a4cb508589b99;hpb=f6718d80c998008de6cfe8e6296bee3958ff86d7;p=ncurses.git diff --git a/dist.mk b/dist.mk index 99baced9..cd5990ec 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # +# Copyright (c) 1998-2008,2009 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.666 2008/10/11 21:40:41 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 @@ -36,8 +36,8 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 -NCURSES_MINOR = 6 -NCURSES_PATCH = 20081011 +NCURSES_MINOR = 7 +NCURSES_PATCH = 20091227 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)