Skip to content

Commit

Permalink
Bump version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsutano committed May 7, 2017
1 parent 07189f8 commit cd0104b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.11)
project(axmldec C CXX)
option(ENABLE_APK_LOADING "enable loading from an APK file" ON)
set(AXMLDEC_VERSION_MAJOR 1)
set(AXMLDEC_VERSION_MINOR 1)
set(AXMLDEC_VERSION_MINOR 2)
set(AXMLDEC_VERSION_PATCH 0)
string(TIMESTAMP AXMLDEC_BUILD_TIMESTAMP)

Expand Down

0 comments on commit cd0104b

Please sign in to comment.