projects
/
reservoir_sample
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'release-1.0' into develop
[reservoir_sample]
/
version.h
1
#ifndef VERSION_H
2
#define VERSION_H
3
4
#define VERSION_MAJOR 1
5
#define VERSION_MINOR 0
6
#define VERSION_EXTRA_STR
""
7
#define VERSION_STR
"1.0"
8
#define VERSION_DATE
"2012-10-15"
9
10
#endif