aboutsummaryrefslogtreecommitdiff
path: root/rmi4update
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2015-05-07 13:24:37 -0700
committerAndrew Duggan <aduggan@synaptics.com>2015-05-07 13:24:37 -0700
commit5932feea90ff953f589a67b31a71e46bb1df42a6 (patch)
treee5fbb39b51258aca8788bcd58eb0e6c7cb23afd4 /rmi4update
parent97e8d7b2184526c53caf1f0f503c5435090a4d88 (diff)
downloadrmi4utils-5932feea90ff953f589a67b31a71e46bb1df42a6.tar.gz
bump minor version to indicate that it can support multiple input report sizes
Diffstat (limited to 'rmi4update')
-rw-r--r--rmi4update/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rmi4update/main.cpp b/rmi4update/main.cpp
index 96b1965..be59f92 100644
--- a/rmi4update/main.cpp
+++ b/rmi4update/main.cpp
@@ -32,8 +32,8 @@
#include "rmi4update.h"
#define VERSION_MAJOR 1
-#define VERSION_MINOR 0
-#define VERSION_SUBMINOR 1
+#define VERSION_MINOR 1
+#define VERSION_SUBMINOR 0
#define RMI4UPDATE_GETOPTS "hfd:plv"