diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-10-31 06:30:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-10-31 06:30:32 +0000 |
commit | 6b2a1c68ae261f9418c63985441e14381a10cd12 (patch) | |
tree | 4ae6e697e6a9c43cbe1974319f6b1f7854838e02 /lib/libcurses/curses.h | |
parent | 774a90a035f055fa6dcf304c080c05bf13a095ca (diff) |
update to ncurses 4.2-981017
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 6ff2b1fac4d..2037b6f6c9f 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.12 1998/09/17 04:14:29 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.13 1998/10/31 06:30: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 980912 +#define NCURSES_VERSION_PATCH 981017 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |