diff options
Diffstat (limited to 'lib/libcurses/unctrl.h')
-rw-r--r-- | lib/libcurses/unctrl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/unctrl.h b/lib/libcurses/unctrl.h index 74e2231ec78..92d94a49a65 100644 --- a/lib/libcurses/unctrl.h +++ b/lib/libcurses/unctrl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unctrl.h,v 1.6 2000/07/10 03:06:12 millert Exp $ */ +/* $OpenBSD: unctrl.h,v 1.7 2000/10/22 18:27:21 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -47,7 +47,7 @@ #define _UNCTRL_H 1 #undef NCURSES_VERSION -#define NCURSES_VERSION "5.1" +#define NCURSES_VERSION "5.2" #ifdef __cplusplus extern "C" { |