X-Git-Url: http://git.squeep.com/?p=reservoir_sample;a=blobdiff_plain;f=version.h;fp=version.h;h=4a032a2c574e3409a0cc8dec4a203fa33e796d62;hp=0000000000000000000000000000000000000000;hb=97d878a076b7a769ed3e5f65f95fa453406af63c;hpb=6bd502bb5a3c61bb3b0cd76d613973346e8a5d90 diff --git a/version.h b/version.h new file mode 100644 index 0000000..4a032a2 --- /dev/null +++ b/version.h @@ -0,0 +1,10 @@ +#ifndef VERSION_H +#define VERSION_H + +#define VERSION_MAJOR 0 +#define VERSION_MINOR 0 +#define VERSION_EXTRA_STR "prototype" +#define VERSION_STR "0.0-prototype" +#define VERSION_DATE "2012-09-27" + +#endif