repo.or.cz
/
libg2hec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial GIT commit
[libg2hec.git]
/
include
/
version.h
blob
7aab22839ff29dc727ed85cab00bda9a424e6ce3
1
#ifndef GENUS2_HEC_VERSION_H
2
#define GENUS2_HEC_VERSION_H
3
4
#define GENUS2_HEC_VERSION
"0.1.0"
5
6
#define GENUS2_HEC_MAJOR_VERSION (0)
7
#define GENUS2_HEC_MINOR_VERSION (1)
8
#define GENUS2_HEC_REVISION (0)
9
10
#endif