X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=version.h;h=6e3e3a59e49613b14beb1ecf702d35fb01600991;hb=4fccfc8fc60e56a5c09648e3914250f0312a0b5b;hp=4a032a2c574e3409a0cc8dec4a203fa33e796d62;hpb=97d878a076b7a769ed3e5f65f95fa453406af63c;p=reservoir_sample diff --git a/version.h b/version.h index 4a032a2..6e3e3a5 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 1 +#define VERSION_EXTRA_STR "" +#define VERSION_STR "1.1" +#define VERSION_DATE "2013-02-19" #endif