Skip to content

Commit 7a58c20

Browse files
committed
Version change from 4.3.2 to 4.3.3.
1 parent d97b6a4 commit 7a58c20

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

curses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ Defined by this header:
3737
#define PDC_BUILD (PDC_VER_MAJOR*1000 + PDC_VER_MINOR *100 + PDC_VER_CHANGE)
3838
#define PDC_VER_MAJOR 4
3939
#define PDC_VER_MINOR 3
40-
#define PDC_VER_CHANGE 2
40+
#define PDC_VER_CHANGE 3
4141
#define PDC_VER_YEAR 2022
4242
#define PDC_VER_MONTH 05
43-
#define PDC_VER_DAY 22
43+
#define PDC_VER_DAY 25
4444

4545
#define PDC_STRINGIZE( x) #x
4646
#define PDC_stringize( x) PDC_STRINGIZE( x)

docs/HISTORY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Changes up to 2022 Apr 03
2-
=========================
1+
PDCursesMod 4.3.3 - 2022 May 25
2+
===============================
33

44
Major new features
55
------------------
@@ -13,9 +13,9 @@ Minor new features
1313
------------------
1414

1515
- Clipboard handling is implemented in a common manner for DOS, DOSVGA,
16-
VT, and framebuffer ports. This means the VT and framebuffer ports
17-
actually store the clipboard text in a buffer and can retrieve it,
18-
instead of basically doing nothing at all. 050b3532e1
16+
VT, SDL1, and framebuffer ports. This means the VT and framebuffer
17+
ports actually store the clipboard text in a buffer and can retrieve it,
18+
instead of basically doing nothing at all. 050b3532e1 d97b6a4171
1919

2020
- Two new demos, 'mbrot' (Mandelbrot display, exercises some of the
2121
more esoteric color/palette functions) and 'calendar' (shows a calendar).

0 commit comments

Comments
 (0)