From 5eb021034a1ebe49583daf215af8d804c4506373 Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Sun, 26 Mar 2017 18:02:40 +0200 Subject: [PATCH] Bump SDK version to v6 --- CMakeLists.txt | 2 +- ChangeLog.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d22ebef..e1c0483 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/ChangeLog.md b/ChangeLog.md index c5ed3fa..6b27015 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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