You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							1.2 KiB
						
					
					
				
								//AUTO GENERATED -- DO NOT CHANGE
							 | 
						|
								// TODO resolve issues when placing this in the build order directly.
							 | 
						|
								#include "storm/utility/storm-version.h"
							 | 
						|
								
							 | 
						|
								namespace storm {
							 | 
						|
								    namespace utility {
							 | 
						|
								
							 | 
						|
								        const unsigned StormVersion::versionMajor = @STORM_VERSION_MAJOR@;
							 | 
						|
								        const unsigned StormVersion::versionMinor = @STORM_VERSION_MINOR@;
							 | 
						|
								        const unsigned StormVersion::versionPatch = @STORM_VERSION_DEV_PATCH@;
							 | 
						|
								        const bool StormVersion::versionDev = @STORM_VERSION_DEV@;
							 | 
						|
								        const std::string StormVersion::gitRevisionHash = "@STORM_VERSION_GIT_HASH@";
							 | 
						|
								        const unsigned StormVersion::commitsAhead = @STORM_VERSION_COMMITS_AHEAD@;
							 | 
						|
								        const boost::optional<bool> StormVersion::dirty = @STORM_VERSION_DIRTY@;
							 | 
						|
								        const std::string StormVersion::systemName = "@CMAKE_SYSTEM_NAME@";
							 | 
						|
								        const std::string StormVersion::systemVersion = "@CMAKE_SYSTEM_VERSION@";
							 | 
						|
								        const std::string StormVersion::cxxCompiler = "@STORM_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@";
							 | 
						|
								#ifdef NDEBUG
							 | 
						|
								        const std::string StormVersion::cxxFlags = "@CMAKE_CXX_FLAGS@" " " "@CMAKE_CXX_FLAGS_RELEASE@";
							 | 
						|
								#else
							 | 
						|
								        const std::string StormVersion::cxxFlags = "@CMAKE_CXX_FLAGS@" " " "@CMAKE_CXX_FLAGS_DEBUG@";
							 | 
						|
								#endif
							 | 
						|
								    }
							 | 
						|
								}
							 |