Skip to content

Commit

Permalink
Bump SDK version to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbroher committed Mar 15, 2017
1 parent 1dbccc0 commit 9606b2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION ${REQUIRED_CMAKE_VERSION})

option(BUILD_SHARED_LIBS "Build external projects as shared libraries." ON)
option(CMAKE_VERBOSE_MAKEFILE "Build with verbose Makefile output." OFF)
set(DIST_VERSION 4 CACHE STRING "FreeOrionSDK release version.")
set(DIST_VERSION 5 CACHE STRING "FreeOrionSDK release version.")
set(CMAKE_CXX_STANDARD 11 CACHE STRING "Set the C++ standard the dependencies should be build with.")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7 CACHE STRING "Set the minimum OSX deployment target version")
set(CMAKE_OSX_ARCHITECTURES i386 CACHE STRING "Set the architecture the universal binaries for OSX should be built for")
Expand Down
7 changes: 5 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
Notable changes to the FreeOrionSDK project will be documented in this file.


## [5] - TBA
## [6] - TBA


## [5] - 2017-03-15

- Use `j` instead of `y` when unpacking the SDK in MacOSX bootstrap.
- Install zlib headers in the default location for the Windows SDK.
- Install libpng headers in the default location for the Windows SDK.
- Install Boost into root directory of the Windows SDK.


## [4] - 2016-02-17
## [4] - 2017-02-17

- Don't build python against any potentially installed instance of OpenSSL
to avoid missing dependencies on distribution.
Expand Down

0 comments on commit 9606b2d

Please sign in to comment.