Initial commit of functionally-complete code.
[reservoir_sample] / version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3
4 #define VERSION_MAJOR 0
5 #define VERSION_MINOR 0
6 #define VERSION_EXTRA_STR "prototype"
7 #define VERSION_STR "0.0-prototype"
8 #define VERSION_DATE "2012-09-27"
9
10 #endif