X-Git-Url: http://git.squeep.com/?p=reservoir_sample;a=blobdiff_plain;f=version.h;fp=version.h;h=42680d2be67db50f024662bb9a3a026b87cb8e3e;hp=0000000000000000000000000000000000000000;hb=694d004f3c2a521672d468a8bc77dc2b635ffd9f;hpb=6bd502bb5a3c61bb3b0cd76d613973346e8a5d90 diff --git a/version.h b/version.h new file mode 100644 index 0000000..42680d2 --- /dev/null +++ b/version.h @@ -0,0 +1,10 @@ +#ifndef VERSION_H +#define VERSION_H + +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 +#define VERSION_EXTRA_STR "" +#define VERSION_STR "1.0" +#define VERSION_DATE "2012-10-15" + +#endif