Skip to content

Commit

Permalink
Release 17 same python-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Feb 22, 2025
1 parent d1bed5b commit d8949ce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-macos-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:

- uses: actions/checkout@v3
with:
repository: 'freeorion/python-cmake-buildsystem'
ref: 'freeorion-patches-android'
repository: 'o01eg/python-cmake-buildsystem'
ref: 'freeorion-patches-android-2'
path: 'build-python/python-cmake-buildsystem'

- name: run action
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v17 - 2025-02-22

- Use same python-cmake for all SDK

## v15 - 2025-01-27

- Update boost version to 1.87
Expand Down
4 changes: 2 additions & 2 deletions Sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ set(LIBPNG_VERSION 1.6.37)
set(LIBPNG_URL https://downloads.sourceforge.net/project/libpng/libpng16/${LIBPNG_VERSION}/libpng-${LIBPNG_VERSION}.tar.gz)
set(LIBPNG_MD5 6c7519f6c75939efa0ed3053197abd54)

set(PYTHON_CMAKE_URL https://github.com/freeorion/python-cmake-buildsystem/archive/c8ebbcde77433daf17c6e91f8bc7041c380bc61c.zip)
set(PYTHON_CMAKE_MD5 ef568d9a803ef4fdc7dcd0453742f3ed)
set(PYTHON_CMAKE_URL https://github.com/o01eg/python-cmake-buildsystem/archive/eefd46aabb614e2becfed1a15fa7656e4f8411ba.zip)
set(PYTHON_CMAKE_MD5 e7eecd069b4272b02ffd99ecf22edaab)

set(PYTHON3_VERSION 3.9.10)
set(PYTHON3_URL https://www.python.org/ftp/python/${PYTHON3_VERSION}/Python-${PYTHON3_VERSION}.tgz)
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 15 CACHE STRING "FreeOrionSDK release version.")
set(DIST_VERSION 17 CACHE STRING "FreeOrionSDK release version.")

0 comments on commit d8949ce

Please sign in to comment.