The Quantum Exact Simulation Toolkit
v4.0.0
Loading...
Searching...
No Matches
version.h
1
/** @file
2
* QuEST version information.
3
*
4
* @author Tyson Jones
5
*
6
* (no doxygen doc)
7
*/
8
9
#ifndef VERSION_H
10
#define VERSION_H
11
12
// TODO: automate this from git somehow
13
#define QUEST_VERSION_MAJOR 4
14
#define QUEST_VERSION_MINOR 0
15
#define QUEST_VERSION_PATCH 0
16
#define QUEST_VERSION_STRING "4.0.0"
17
18
#endif
// VERSION_H
quest
include
version.h
Generated by
1.12.0