diff options
author | 1999-03-14 03:10:32 +0000 | |
---|---|---|
committer | 1999-03-14 03:10:32 +0000 | |
commit | b89d2963fc355b9ca7ace04f474b00a29e05d870 (patch) | |
tree | fd726d91c044bb77f94751702a0013c02cac1704 /lib/libcurses/curses.h | |
parent | Access control works now; also, some minor tidying and man page fixes. (diff) | |
download | wireguard-openbsd-b89d2963fc355b9ca7ace04f474b00a29e05d870.tar.xz wireguard-openbsd-b89d2963fc355b9ca7ace04f474b00a29e05d870.zip |
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 |