diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-27 03:37:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-27 03:37:38 +0000 |
commit | d12e6a29548a123c1cd4b510bedcbe7dd335a62b (patch) | |
tree | 0e21059fd90b0728d04718f92ea535781466c898 /lib/libcurses/curses.h | |
parent | d8048d3af8bf345721a085bbe09f17c2adac1453 (diff) |
update to ncurses-4.2-980725
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 9428998f79d..748322b93dd 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.8 1998/07/23 21:18:11 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.9 1998/07/27 03:37:28 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 980718 +#define NCURSES_VERSION_PATCH 980725 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |