diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-16 15:25:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-16 15:25:33 +0000 |
commit | 07c681d72d77970b77c37f0f06a1e986fd0e2a2d (patch) | |
tree | 613837036c0c544d06d18f1f3e695a49175643d6 /lib/libcurses/curses.h | |
parent | 07e0dfc13993b486e630dcaa78ce13cd5d8901ab (diff) |
ncurses-4.2-990316
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 3ab4fde0492..be2e2a4f954 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.25 1999/03/15 19:12:19 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.26 1999/03/16 15:25:08 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 990314 +#define NCURSES_VERSION_PATCH 990316 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |