aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2015-09-23 15:03:19 -0700
committerBenson Leung <bleung@google.com>2015-10-16 14:04:00 -0700
commit3d6ee029314f0623bdd1e360aea6e06555a960a8 (patch)
tree74e2f7be49bc754081cb44ff817b12a440e4b319
parent9534746c8957d09e7425f5076cb003c333914dbf (diff)
downloadplatform_external_rmi4utils-3d6ee029314f0623bdd1e360aea6e06555a960a8.tar.gz
platform_external_rmi4utils-3d6ee029314f0623bdd1e360aea6e06555a960a8.tar.bz2
platform_external_rmi4utils-3d6ee029314f0623bdd1e360aea6e06555a960a8.zip
UPSTREAM: After review bump the version to v1.2.0
Signed-off-by: Benson Leung <bleung@google.com> Bug: 24809436 (cherry picked from commit d8b02a8fd18ca9d748908e297bf8902af019bcfd) Change-Id: I7b80317ad0834fe580414800cad280ad006cc567
-rw-r--r--rmi4update/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rmi4update/main.cpp b/rmi4update/main.cpp
index 57a65d5..11146e1 100644
--- a/rmi4update/main.cpp
+++ b/rmi4update/main.cpp
@@ -32,8 +32,8 @@
#include "rmi4update.h"
#define VERSION_MAJOR 1
-#define VERSION_MINOR 1
-#define VERSION_SUBMINOR 1
+#define VERSION_MINOR 2
+#define VERSION_SUBMINOR 0
#define RMI4UPDATE_GETOPTS "hfd:plv"