X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dist.mk;h=9478a44f8bcfeeb77fc7816010c01ff7b1938a27;hb=73adf23f6cecae2c8eaef24c5fc25d8f24e17951;hp=870fb76d5d909af047b126fa57f4c47e31f32915;hpb=8ef1081d9625347ad98156dd24e47bd6c2adf85f;p=platform%2Fupstream%2Fncurses.git diff --git a/dist.mk b/dist.mk index 870fb76..9478a44 100644 --- a/dist.mk +++ b/dist.mk @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. # +# Copyright (c) 1998-2011,2012 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.847 2011/12/10 15:27:30 tom Exp $ +# $Id: dist.mk,v 1.884 2012/07/28 17:43:44 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 = 20111210 +NCURSES_PATCH = 20120728 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)