mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
28140f14fb
Mainly on the python part. I had a quick browse through to check if the scripts were still working.
9 lines
177 B
C++
9 lines
177 B
C++
#ifndef TRIQS_VERSION_HPP
|
|
#define TRIQS_VERSION_HPP
|
|
|
|
#define TRIQS_VERSION "@TRIQS_VERSION@"
|
|
#define TRIQS_RELEASE "@TRIQS_RELEASE@"
|
|
#define TRIQS_GIT_HASH "@GIT_HASH@"
|
|
|
|
#endif
|