Skip to content

Commit

Permalink
Bump version to 0.6; Fix MSVC build in nodeeditor
Browse files Browse the repository at this point in the history
Signed-off-by: Remigiusz Kołłątaj <[email protected]>
  • Loading branch information
Remigiusz Kołłątaj committed Nov 24, 2019
1 parent 8f95107 commit 7c50aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdParty/nodeeditor
Submodule nodeeditor updated 1 files
+1 −1 src/Node.cpp
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 3.0.0)
project(CANdevStudio CXX)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 5)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)

set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down

0 comments on commit 7c50aca

Please sign in to comment.