Skip to content

Commit

Permalink
Bump version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsutano committed May 5, 2017
1 parent d6f6577 commit 56c3e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8.11)

project(axmldec C CXX)
set(AXMLDEC_VERSION_MAJOR 1)
set(AXMLDEC_VERSION_MINOR 0)
set(AXMLDEC_VERSION_PATCH 1)
set(AXMLDEC_VERSION_MINOR 1)
set(AXMLDEC_VERSION_PATCH 0)
string(TIMESTAMP AXMLDEC_BUILD_TIMESTAMP)

include(CheckCXXCompilerFlag)
Expand Down

0 comments on commit 56c3e71

Please sign in to comment.