From: Michal MalĂ˝ Date: Wed, 31 Jul 2013 20:01:33 +0000 (+0200) Subject: Version bump. X-Git-Tag: 0.2a X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=2e095ca1a0c80e04b74bcd5e7d8f028849bd6a18;p=FFBChecker.git Version bump. --- 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};