]> Devoid-pointer.net GitWeb - FFBChecker.git/commitdiff
Version bump. 0.2a
authorMichal Malý <madcatxster@prifuk.cz>
Wed, 31 Jul 2013 20:01:33 +0000 (22:01 +0200)
committerMichal Malý <madcatxster@prifuk.cz>
Wed, 31 Jul 2013 20:01:33 +0000 (22:01 +0200)
globals.h

index fb03c1fe85d3af1b9eba04524f7eb73d82343376..ed8d45ab6e9ea2114466b5f57d215f59b9345803 100644 (file)
--- 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};