summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-02-24 06:33:14 +0000
committermillert <millert@openbsd.org>1999-02-24 06:33:14 +0000
commitcb772a43bf62d3427aaa3078b9816a44a29383c6 (patch)
tree9e597f4eb23ff88773a4f3843c633c86b58470fd
parentncurses-4.2-990220; this is a pre-release of 5.0 (diff)
downloadwireguard-openbsd-cb772a43bf62d3427aaa3078b9816a44a29383c6.tar.xz
wireguard-openbsd-cb772a43bf62d3427aaa3078b9816a44a29383c6.zip
This is 5.0, not 4.2
-rw-r--r--lib/libcurses/curses.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h
index ec30439f614..f6f29be9006 100644
--- a/lib/libcurses/curses.h
+++ b/lib/libcurses/curses.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: curses.h,v 1.20 1999/02/24 06:31:06 millert Exp $ */
+/* $OpenBSD: curses.h,v 1.21 1999/02/24 06:33:14 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -48,13 +48,13 @@
*/
/* 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_MAJOR 5
+#define NCURSES_VERSION_MINOR 0
#define NCURSES_VERSION_PATCH 990220
/* This is defined in more than one ncurses header, for identification */
#undef NCURSES_VERSION
-#define NCURSES_VERSION "4.2"
+#define NCURSES_VERSION "5.0"
#ifdef NCURSES_NOMACROS
#define NCURSES_ATTR_T attr_t