diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-15 03:07:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-15 03:07:49 +0000 |
commit | f42ecfd8fdcaeed3031d97dfed3672094472a58f (patch) | |
tree | c4fbb03fd4695d07af71ffe4513504a337f536d5 /lib | |
parent | 8413078afcb73882219609b324fa72a48e8e6c35 (diff) |
ncurses-5.0-990614 -- only affects ada stuff which we don't ship so just update NCURSES_VERSION_PATCH
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurses/curses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h index e74c5562ca5..d28dc650c06 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.31 1999/06/14 17:26:03 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.32 1999/06/15 03:07:48 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -50,7 +50,7 @@ /* These are defined only in curses.h, and are used for conditional compiles */ #define NCURSES_VERSION_MAJOR 5 #define NCURSES_VERSION_MINOR 0 -#define NCURSES_VERSION_PATCH 990612 +#define NCURSES_VERSION_PATCH 990614 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |