Now specifies all the parameters open() wants on linux.
[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 "1"
7 #define VERSION_STR "1.2-1"
8 #define VERSION_DATE "2013-02-22"
9
10 #endif