From 3d0ff428d6b0ca0b9dd61770ed99a40c4a209fb0 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 1 Apr 2007 06:20:53 +0000 Subject: [PATCH] Updated build number. D'oh! --- curses.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curses.h b/curses.h index cc1330fde..6adcb3970 100644 --- a/curses.h +++ b/curses.h @@ -11,7 +11,7 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: curses.h,v 1.272 2007/03/28 04:13:39 wmcbrine Exp $ */ +/* $Id: curses.h,v 1.273 2007/04/01 06:20:53 wmcbrine Exp $ */ /*----------------------------------------------------------------------* * PDCurses * @@ -39,7 +39,7 @@ PDCurses portable platform definitions list: **man-end****************************************************************/ -#define PDC_BUILD 2901 +#define PDC_BUILD 3001 #define PDCURSES 1 /* PDCurses-only routines */ #define XOPEN 1 /* X/Open Curses routines */ #define SYSVcurses 1 /* System V Curses routines */