diff options
author | 1999-03-18 16:46:57 +0000 | |
---|---|---|
committer | 1999-03-18 16:46:57 +0000 | |
commit | e7bb0ef19c4dc6ebd38c4dd4fe59d84570304639 (patch) | |
tree | 4b0c0c933459ba5a6b5a2399078ff006a65600dc /lib/libcurses/curses.h | |
parent | typo; nash@mcs.net (diff) | |
download | wireguard-openbsd-e7bb0ef19c4dc6ebd38c4dd4fe59d84570304639.tar.xz wireguard-openbsd-e7bb0ef19c4dc6ebd38c4dd4fe59d84570304639.zip |
ncurses-4.2-990318
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 be2e2a4f954..59db523bf99 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.26 1999/03/16 15:25:08 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.27 1999/03/18 16:46:57 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 990316 +#define NCURSES_VERSION_PATCH 990318 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |