C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
Version.h
1 // Copyright András Vukics 2006–2014. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt)
2 #ifndef UTILS_VERSION_H_INCLUEDED
3 #define UTILS_VERSION_H_INCLUEDED
4 
5 #include <string>
6 
7 extern std::string cppqed_versionstring;
8 
9 std::string versionHelper();
10 
11 void updateVersionstring(const std::string &s);
12 
13 #endif // UTILS_VERSION_H_INCLUEDED