Skip to content

Commit

Permalink
Update version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TNick committed Mar 11, 2017
1 parent 0523f40 commit a42da04
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 @@ -32,7 +32,7 @@ endif (CMAKE_BUILD_TYPE STREQUAL "")
# the version as known to CMake
set ( DOTEDITOR_MAJOR_VERSION 1)
set ( DOTEDITOR_MINOR_VERSION 1)
set ( DOTEDITOR_PATCH_VERSION 2)
set ( DOTEDITOR_PATCH_VERSION 3)
set ( DOTEDITOR_VERSION
"${DOTEDITOR_MAJOR_VERSION}.${DOTEDITOR_MINOR_VERSION}.${DOTEDITOR_PATCH_VERSION}")

Expand Down

0 comments on commit a42da04

Please sign in to comment.