Skip to content

Commit 433948a

Browse files
committed
Ready for 3.1?
1 parent 11f9720 commit 433948a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

HISTORY

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
PDCurses 3.1 - 2007/??/??
1+
PDCurses 3.1 - 2007/05/03
22
=========================
33

4+
Primarily clipboard-related fixes, and special UTF-8 support.
5+
46
New features:
57

68
- "Force UTF-8" mode, a compile-time option to force the use of UTF-8

curses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the file maintain.er for details of the current maintainer. *
1212
************************************************************************/
1313

14-
/* $Id: curses.h,v 1.277 2007/04/23 00:29:14 wmcbrine Exp $ */
14+
/* $Id: curses.h,v 1.278 2007/05/03 16:39:23 wmcbrine Exp $ */
1515

1616
/*----------------------------------------------------------------------*
1717
* PDCurses *
@@ -39,7 +39,7 @@ PDCurses portable platform definitions list:
3939
4040
**man-end****************************************************************/
4141

42-
#define PDC_BUILD 3005
42+
#define PDC_BUILD 3100
4343
#define PDCURSES 1 /* PDCurses-only routines */
4444
#define XOPEN 1 /* X/Open Curses routines */
4545
#define SYSVcurses 1 /* System V Curses routines */

0 commit comments

Comments
 (0)