Skip to content

Commit

Permalink
Release 15 of the FreeOrionSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Jan 3, 2025
1 parent c3f77f5 commit 2bf3235
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Notable changes to the FreeOrionSDK project will be documented in this file.

## v15 - 2025-01-03

- Update boost version to 1.87
- Update SDL2 version to 2.26.0
- Drop MSVC toolkit Windows Vista support, the minimum required Windows version is
now Windows10.
- Change OSX deployment target to 10.15
- Raise Mac OS X build environment to Xcode 14.1

## v14 - 2023-04-25

- Update boost version to 1.82
Expand Down
6 changes: 3 additions & 3 deletions README-WIN32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ inter-compatible. The following software versions are included:

Dependency Versions Included:

* Boost 1.74 <http://www.boost.org/>
* Boost 1.87 <http://www.boost.org/>
* FreeType 2.9 <https://www.freetype.org/>
* GLEW 2.2.0 <http://glew.sourceforge.net/>
* libogg 1.3.2 <https://xiph.org/ogg/>
* libvorbis 1.3.5 <https://xiph.org/vorbis/>
* OpenAL Soft 1.18.2 <http://kcat.strangesoft.net/openal.html>
* libpng 1.6.37 <http://www.libpng.org/pub/png/libpng.html>
* zlib 1.2.11 <http://www.zlib.net/>
* Python 3.6.5 <https://www.python.org/>
* SDL 2.0.12 <https://www.libsdl.org/>
* Python 3.9.10 <https://www.python.org/>
* SDL 2.26.0 <https://www.libsdl.org/>
2 changes: 1 addition & 1 deletion Version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file contains CMake variable definition of SDK version

set(DIST_VERSION 14 CACHE STRING "FreeOrionSDK release version.")
set(DIST_VERSION 15 CACHE STRING "FreeOrionSDK release version.")

0 comments on commit 2bf3235

Please sign in to comment.