From: Justin Wind Date: Tue, 19 Feb 2013 06:32:01 +0000 (-0800) Subject: Bumped version to 1.1 X-Git-Url: https://git.squeep.com/?p=reservoir_sample;a=commitdiff_plain;h=1ff0ab4bbd1f5ef04c6c0b21c5da3f45fc4fd731 Bumped version to 1.1 --- diff --git a/version.h b/version.h index 42680d2..6e3e3a5 100644 --- a/version.h +++ b/version.h @@ -2,9 +2,9 @@ #define VERSION_H #define VERSION_MAJOR 1 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 #define VERSION_EXTRA_STR "" -#define VERSION_STR "1.0" -#define VERSION_DATE "2012-10-15" +#define VERSION_STR "1.1" +#define VERSION_DATE "2013-02-19" #endif