From d7f5074fe3275f12b6f75d42d376604707270853 Mon Sep 17 00:00:00 2001 From: Cong Date: Sun, 29 Oct 2017 12:50:36 +1100 Subject: [PATCH] Version 0.6.6 --- CMakeLists.txt | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a9bcea8e..6883b2f24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project(cdogs-sdl C) SET(VERSION_MAJOR "0") SET(VERSION_MINOR "6") -SET(VERSION_PATCH "5") +SET(VERSION_PATCH "6") SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/appveyor.yml.cmake ${CMAKE_SOURCE_DIR}/appveyor.yml) # this must be 4 numbers diff --git a/appveyor.yml b/appveyor.yml index 5cee12c1c..06ad77b6d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.6.5.{build} +version: 0.6.6.{build} branches: except: