From 9e10c3f4afc74cca8d87705068fcbc4cd0d25427 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Wed, 13 Oct 2021 22:49:39 +0200
Subject: [PATCH] string -> uint

---
 cmake/corsika.hpp.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/corsika.hpp.in b/cmake/corsika.hpp.in
index a22203980..3f683d936 100644
--- a/cmake/corsika.hpp.in
+++ b/cmake/corsika.hpp.in
@@ -65,7 +65,7 @@ namespace corsika {
    *  The value of \p CORSIKA_PATCH_NUMBER encodes the
    *  patch number of the CORSIKA library.
    */
-  static std::string const CORSIKA_PATCH_NUMBER = @PROJECT_VERSION_TWEAK@;
+  static unsigned int const CORSIKA_PATCH_NUMBER = @PROJECT_VERSION_TWEAK@;
 
   /**
    *
-- 
GitLab