diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-14 03:14:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-14 03:14:20 +0000 |
commit | e80ab24587d9f6c4b4394a314772fb6f604ad34a (patch) | |
tree | 2f6addeef214779f4e7811427cb071c2c134ff07 /lib/libcurses/curses.h | |
parent | 0feae8eb35d013c71e6a2242c042c2f1dc8ab743 (diff) |
ncurses-4.2-990313
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 4d73e7ff7af..e799fe37bcc 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.23 1999/03/12 04:36:01 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.24 1999/03/14 03:14:19 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 990307 +#define NCURSES_VERSION_PATCH 990313 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |