diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-17 04:14:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-17 04:14:50 +0000 |
commit | 90e9edeb57b7efe3b1aba0ddeda30341b7e9fd0c (patch) | |
tree | 11483598ad9b90bf8b2be3421ce004a559028779 /lib/libcurses/curses.h | |
parent | 0b81d39237f399c737f2a448986f6568f88ed1f8 (diff) |
ncurses-4.2-980912
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 9f2b76c3c97..6ff2b1fac4d 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.11 1998/09/13 19:16:24 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.12 1998/09/17 04:14:29 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 980905 +#define NCURSES_VERSION_PATCH 980912 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |