Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 15 of the FreeOrionSDK #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-05

- 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 Windows 10.
- 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Note: `-T v143` requires Visual Studio 2022. SDKs are generally compatible for b

eg. together: `cmake .. -G "Visual Studio 17 2022" -A x64 -T v143`

After that, the SDK can be build with:
After that, the SDK can be built with:

`cmake --build . --config RelWithDebInfo`

Expand Down
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.")