From 71ea944b514dcb9eb3bdc972f92c1b2682edd610 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Wed, 8 Jul 2015 17:54:54 +0200 Subject: [PATCH] Version bump --- globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/globals.h b/globals.h index 4b91e7b..9b1e092 100644 --- a/globals.h +++ b/globals.h @@ -3,8 +3,8 @@ #define APP_NAME "FFBChecker" static const int APP_VERSION_MAJOR(0); -static const int APP_VERSION_MINOR(3); -static const char APP_VERSION_REL('b'); +static const int APP_VERSION_MINOR(4); +static const char APP_VERSION_REL('a'); enum class FFBEffectTypes { NONE, CONSTANT, PERIODIC, RAMP, CONDITION, RUMBLE }; enum class PeriodicWaveforms { NONE, SQUARE, TRIANGLE, SINE, SAW_UP, SAW_DOWN }; -- 2.43.5