diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-06 02:13:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-06 02:13:32 +0000 |
commit | 93f153c898a0b816862eaf10532cbb586e2a293a (patch) | |
tree | e6a03fea329db52a28a56276db9d3ff1960d21f8 /lib/libcurses/curses.h | |
parent | 4919495250b016635daa63d27059ea2a2bc1b323 (diff) |
update to ncurses-5.0-19991204
Diffstat (limited to 'lib/libcurses/curses.h')
-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 44844941c19..d524c426cb8 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.38 1999/11/28 17:53:40 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.39 1999/12/06 02:13:31 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 19991127 +#define NCURSES_VERSION_PATCH 19991204 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |