Skip to content

Commit 5526ca5

Browse files
committed
Bump version to SP3. Update README
1 parent 9aad000 commit 5526ca5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ IDE which bundles editor and the compiler.
7171

7272
## Releases
7373

74+
**[Version 3](https://github.com/suomipelit/skijump3-sdl/releases/tag/sj313-sp3) - 2020-11-22**
75+
76+
- Graceful shutdown with save when closing with window close button
77+
7478
**[Version 2](https://github.com/suomipelit/skijump3-sdl/releases/tag/sj313-sp2) - 2020-11-08**
7579

7680
- [Improve input handling of special keys](https://github.com/suomipelit/skijump3-sdl/pull/13)

SDLPORT.PAS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface
2424
implementation
2525

2626
uses sdl2;
27-
const version: string = 'SP2';
27+
const version: string = 'SP3';
2828
xRes = 320;
2929
yRes = 200;
3030
targetFrames = 70;

0 commit comments

Comments
 (0)