Skip to content

Commit

Permalink
various - prep for 1.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Feb 12, 2019
1 parent e59d9fb commit 44d25fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.2.5:
-------------
* Keeping up with Qt5, CMake and QNX

Version 1.2.4:
-------------
* Fix minor compile error
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ project(kdstatemachineeditor CXX C)
# Version setup
set(KDSME_VERSION_MAJOR "1")
set(KDSME_VERSION_MINOR "2")
set(KDSME_VERSION_PATCH "4")
set(KDSME_VERSION_PATCH "5")
set(KDSME_VERSION "${KDSME_VERSION_MAJOR}.${KDSME_VERSION_MINOR}.${KDSME_VERSION_PATCH}")
set(KDSME_VERSION_STRING "${KDSME_VERSION}")
set(KDSME_SOVERSION "1.2.4")
set(KDSME_SOVERSION "1.2.5")
set(PROJECT_VERSION_STRING "${KDSME_VERSION_STRING}")

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH})
Expand Down

0 comments on commit 44d25fd

Please sign in to comment.