diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |