Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
incremented version number
  • Loading branch information
tobiasrau committed Jul 19, 2019
1 parent 078f631 commit 53d2fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/global_versioninfo.cmake
Expand Up @@ -16,7 +16,7 @@ configure_file(${CMAKE_SOURCE_DIR}/cmake/VISlibVersionInfo.cpp.input ${CMAKE_BIN

# MEGAMOL CORE VERSION
set(MEGAMOL_MAJOR 1)
set(MEGAMOL_MINOR 2)
set(MEGAMOL_MINOR 3)
set(MEGAMOL_PATCH 0)
set(MEGAMOL_VERSION ${MEGAMOL_MAJOR}.${MEGAMOL_MINOR}.${MEGAMOL_PATCH})

Expand Down

0 comments on commit 53d2fd8

Please sign in to comment.