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