From 3e7dd56defdee8d8c0a1945e16d92796b66659b7 Mon Sep 17 00:00:00 2001 From: dehnert Date: Mon, 26 Jun 2017 18:24:20 +0200 Subject: [PATCH] fixed static version information (used in the absence of git version information) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d8394166..d5b905eb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -386,7 +386,7 @@ string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.[0-9]+\\-[0-9]+\\-[a-z0-9]+\\-(.*)" "\\ if (STORM_VERSION_MAJOR MATCHES "NOTFOUND") set(STORM_VERSION_MAJOR 1) set(STORM_VERSION_MINOR 0) - set(STORM_VERSION_PATCH 0) + set(STORM_VERSION_PATCH 2) set(STORM_VERSION_GIT_HASH "") set(STORM_VERSION_COMMITS_AHEAD 0) set(STORM_VERSION_DIRTY boost::none)