diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-18 16:46:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-18 16:46:59 +0000 |
commit | 90cb62c80e5235f68fc0fb51de581a1d00aa2921 (patch) | |
tree | e3ab4bb909d27f2805ac32b645957efe8c3b1d82 /lib/libcurses/curses.h | |
parent | ca22921cc9890c9dab07b53c84fd6f5cca6574db (diff) |
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 |