Merge branch 'release-1.1'
[reservoir_sample] / version.h
index 4a032a2c574e3409a0cc8dec4a203fa33e796d62..6e3e3a59e49613b14beb1ecf702d35fb01600991 100644 (file)
--- 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