X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=dist.mk;h=e28c4f101ebc6e9cd10de2ea6a2e938776a167cf;hp=328ccea36e54e8162c572f821368d25ac41e6245;hb=3ce60e9f58cc00309981ed711d0b0d3362105881;hpb=cd858895e9086dadfb3d0a9ae69bc906de6330ea diff --git a/dist.mk b/dist.mk index 328ccea3..e28c4f10 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # +# Copyright (c) 1998-2007,2008 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.606 2007/08/12 12:34:46 tom Exp $ +# $Id: dist.mk,v 1.648 2008/06/28 11:37:48 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 = 6 -NCURSES_PATCH = 20070812 +NCURSES_PATCH = 20080628 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)