diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-28 19:16:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-28 19:16:25 +0000 |
commit | b9af2f6c3271826d46d476a446f942de7c5c16df (patch) | |
tree | 60e82872e9965880cdf94b6da247800312651fd5 | |
parent | 29b9ba0641956d02f20ecf79f3c5012baf5bd8e8 (diff) |
neglected to update NCURSES_VERSION_PATCH
-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 652eb610459..27d21ec267d 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.40 1999/12/12 04:49:18 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.41 1999/12/28 19:16:24 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 19991211 +#define NCURSES_VERSION_PATCH 19991218 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |