X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=version.h;h=9191a862a793703416ef169862de9f6c63c908f4;hb=16dc56664a14a91ee61fdf1a50280b6e270b66e2;hp=4a032a2c574e3409a0cc8dec4a203fa33e796d62;hpb=97d878a076b7a769ed3e5f65f95fa453406af63c;p=reservoir_sample diff --git a/version.h b/version.h index 4a032a2..9191a86 100644 --- a/version.h +++ b/version.h @@ -1,10 +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" +#define VERSION_MAJOR 1 +#define VERSION_MINOR 2 +#define VERSION_EXTRA_STR "" +#define VERSION_STR "1.2" +#define VERSION_DATE "2013-02-22" #endif