From 1634dc0e74b175d00ba43cd30eebd4aa05781237 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Wed, 31 Jul 2013 22:01:33 +0200 Subject: [PATCH] Version bump. --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals.h b/globals.h index fb03c1f..ed8d45a 100644 --- a/globals.h +++ b/globals.h @@ -3,7 +3,7 @@ #define APP_NAME "FFBChecker" static const int APP_VERSION_MAJOR(0); -static const int APP_VERSION_MINOR(1); +static const int APP_VERSION_MINOR(2); static const char APP_VERSION_REL('a'); enum class FFBEffectTypes { NONE, CONSTANT, PERIODIC, RAMP, CONDITION, RUMBLE}; -- 2.43.5