Skip to content
Snippets Groups Projects
Commit ef7fe681 authored by Stefan's avatar Stefan
Browse files

Set version to 0.1

parent 2a59f01e
No related branches found
No related tags found
No related merge requests found
Changes in Release 0.1
--------------------------------------------------------------------------------
* initial setup of the CMake build system
* first idea of the documentation system
* meld included from SMNG as first module (to be modified/ renamed)
......@@ -11,7 +11,7 @@ project(PROMOD3 CXX C)
include(PROMOD3)
set(PROMOD3_VERSION_MAJOR 0)
set(PROMOD3_VERSION_MINOR 0)
set(PROMOD3_VERSION_MINOR 1)
set(PROMOD3_VERSION_PATCH 0)
set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_MAJOR}.${PROMOD3_VERSION_MINOR}.${PROMOD3_VERSION_PATCH})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment