3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/triqs/version.hpp.in
Michel Ferrero 28140f14fb Work on documentation
Mainly on the python part. I had a quick browse through to check if
the scripts were still working.
2013-09-17 14:55:55 +02:00

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