Skip to content

Commit

Permalink
Update version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TNick committed Mar 11, 2017
1 parent 43eae97 commit 0eff081
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 3)
set ( DOTEDITOR_PATCH_VERSION 4)
set ( DOTEDITOR_VERSION
"${DOTEDITOR_MAJOR_VERSION}.${DOTEDITOR_MINOR_VERSION}.${DOTEDITOR_PATCH_VERSION}")

Expand Down

0 comments on commit 0eff081

Please sign in to comment.