diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-24 05:36:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-24 05:36:12 +0000 |
commit | 4be4a3f97db3fb0f61bad135ed7d7475af081a54 (patch) | |
tree | 0571452563bb49f4279e0123863816c216051013 /lib/libcurses/curses.h | |
parent | 8290517d3a09202513211f5d58f0b886a54b3b6f (diff) |
ncurses-990213
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 eabb2cee83f..d3be128caa2 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.18 1999/02/11 00:09:36 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.19 1999/02/24 05:36:09 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 4 #define NCURSES_VERSION_MINOR 2 -#define NCURSES_VERSION_PATCH 990206 +#define NCURSES_VERSION_PATCH 990213 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |