diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-07-04 12:43:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-07-04 12:43:23 +0000 |
commit | 01b0050483992cef9885e072e5285a13414c45f2 (patch) | |
tree | a9f98382969b8cbc5123d9f9f0b60193f5b9c42e /lib/libcurses/curses.h | |
parent | 3b9acfa9b1d0142a8988d1467b24822bac011e80 (diff) |
ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses routines
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 cd69f07907a..4a008c6b830 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.33 1999/06/27 08:15:19 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.34 1999/07/04 12:43:22 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 990626 +#define NCURSES_VERSION_PATCH 990703 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |