Skip to content

Commit 7f5bd57

Browse files
Add Versions in README.md
1 parent 2092dd3 commit 7f5bd57

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@ Please use the GitHub issue tracker for bug reports.
3232
- (Continously atm.) Translate integer aliases into typed enums. See PR [#4](https://github.com/PascalGameDevelopment/SDL2-for-Pascal/pull/4) for reference.
3333
- (Continously) Check FPC/Delphi compatibility.
3434

35+
## Versions
36+
37+
The version tag (see [tags](https://github.com/PascalGameDevelopment/SDL2-for-Pascal/tags)) refers to the version of this translation package [SDL2 for Pascal](https://github.com/PascalGameDevelopment/SDL2-for-Pascal), not the `SDL2 library`.
38+
39+
### v2.x (planned)
40+
41+
- be up-to-date with version 2.0.14 of the `SDL2 library`
42+
- replaced all aliases by typed enums
43+
- improve Delphi-compatibility (and even more important, DO NOT break it)
44+
45+
### v2.0
46+
47+
- first official release of the PGD community fork of the [Pascal-SDL-2-Headers](https://github.com/ev1313/Pascal-SDL-2-Headers)
48+
- its latest version git tag is 1.72, in the sdl2.pas it goes even up to version 1.80; hence starting with v2.0 for this fork is a senseful distinction
49+
- this ia a highly Delphi-compatible and stable fallback package
50+
- loosely is up-to-date with version 2.0.4 of the `SDL2 library`
51+
3552
## License
3653

3754
You may license the Pascal SDL2 units either

0 commit comments

Comments
 (0)