diff options
Diffstat (limited to 'lib/libcurses/curses.h')
-rw-r--r-- | lib/libcurses/curses.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h index f00fe3a543a..8bac7690346 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,7 +1,7 @@ -/* $OpenBSD: curses.h,v 1.46 2000/02/06 07:10:50 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.47 2000/03/10 01:35:01 millert Exp $ */ /**************************************************************************** - * Copyright (c) 1998 Free Software Foundation, Inc. * + * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -33,7 +33,7 @@ * and: Eric S. Raymond <esr@snark.thyrsus.com> * ****************************************************************************/ -/* $From: curses.h.in,v 1.89 2000/01/09 01:10:20 tom Exp $ */ +/* $From: curses.h.in,v 1.90 2000/02/19 22:15:43 tom Exp $ */ #ifndef __NCURSES_H #define __NCURSES_H @@ -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 20000129 +#define NCURSES_VERSION_PATCH 20000304 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |