aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-03-17 11:31:36 -0700
committerGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-03-17 11:31:36 -0700
commit5c84b4e7256c8d830fba64db13314f3c25e36ba6 (patch)
treef8bbb45daa88153ed9d9dff3adb85204cb85bebd
parent39735211beb5546c4bf0642b30ae449ec83393c7 (diff)
Version bump to 1.0.1HEADmaster
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 266b904..8b2bf82 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- ppaml-vrep-automobile-plugin, v1.0.0
+ ppaml-vrep-automobile-plugin, v1.0.1
This package provides a data collection plugin for the V-REP robotics simulator
<http://coppeliarobotics.com/>. The plugin is targeted at data collection
diff --git a/configure.ac b/configure.ac
index 1bf6e65..c51aae3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Fire up Autoconf.
AC_PREREQ([2.69])
-AC_INIT([libv_repExtAutomobile], [1.0.0], [bbarenblat@galois.com])
+AC_INIT([libv_repExtAutomobile], [1.0.1], [bbarenblat@galois.com])
AC_CANONICAL_TARGET
# This package will build but not function on OS X, so fail fast if we're on