Skip to content

Commit

Permalink
Bump SDK version to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbroher committed Mar 26, 2017
1 parent 3575be3 commit 5eb0210
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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 5 CACHE STRING "FreeOrionSDK release version.")
set(DIST_VERSION 6 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
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
Notable changes to the FreeOrionSDK project will be documented in this file.


## v6 - TBA
## v7 - TBA


## v6 - 2017-03-26

- Update python-cmake-buildsystem from 8af559448be1576bb0bb1ffd7afbfbb649b2d9dc
to 9da2738063b6b5e16ea3578a95f7b93c6d44c9d2.
- Update libpng version to 1.6.29
Expand Down

0 comments on commit 5eb0210

Please sign in to comment.