Skip to content

Commit

Permalink
REL: version bump to 0.0.2 after its release
Browse files Browse the repository at this point in the history
Version management should be unified; the relevant issue is #2,
#2
  • Loading branch information
slivingston committed Apr 29, 2016
1 parent 280135a commit 5a78a50
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/api/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = fmrbenchmark
PROJECT_NUMBER = 0.0.1
PROJECT_NUMBER = 0.0.2
OUTPUT_DIRECTORY = _build
CREATE_SUBDIRS = NO
JAVADOC_AUTOBRIEF = YES
Expand Down
2 changes: 1 addition & 1 deletion doc/usersguide/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
project = u'fmrbenchmark'
copyright = u'2015-2016, Scott C. Livingston'

version = '0.0.1'
version = '0.0.2'
release = version # To appease Sphinx


Expand Down
2 changes: 1 addition & 1 deletion domains/dubins_traffic/dub_sim/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>dub_sim</name>
<version>0.0.1</version>
<version>0.0.2</version>
<description>
Main package for the simulation variant of the Dubins traffic domain
</description>
Expand Down
2 changes: 1 addition & 1 deletion domains/dubins_traffic/dubins_traffic_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>dubins_traffic_msgs</name>
<version>0.0.1</version>
<version>0.0.2</version>
<description>
ROS message and service types for the dubins_traffic domain.
</description>
Expand Down
2 changes: 1 addition & 1 deletion domains/dubins_traffic/dubins_traffic_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>dubins_traffic_utils</name>
<version>0.0.1</version>
<version>0.0.2</version>
<description>
logging, monitors, etc. for the "Traffic network of Dubins cars" problem domain.
</description>
Expand Down
2 changes: 1 addition & 1 deletion domains/dubins_traffic/e-agents/wander/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>wander</name>
<version>0.0.1</version>
<version>0.0.2</version>
<description>package for running adversarial cars that wander about the
network of roads. based on code by SCL originally developed for the course
ME132a at Caltech.</description>
Expand Down
2 changes: 1 addition & 1 deletion domains/integrator_chains/dynamaestro/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>dynamaestro</name>
<version>0.0.1</version>
<version>0.0.2</version>
<description>
dynamaestro, motivated by the "scaling chains of integrators" problem domain.
</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>integrator_chains_msgs</name>
<version>0.0.1</version>
<version>0.0.2</version>
<description>
ROS message and service types for the integrator_chains domain.
</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrator_chains_examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>integrator_chains_examples</name>
<version>0.0.0</version>
<version>0.0.2</version>
<description>
meta-package that collects example ROS packages for the "Scaling chains of
integrators" problem domain (benchmark).
Expand Down
2 changes: 1 addition & 1 deletion examples/sci_concrete_examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>sci_concrete_examples</name>
<version>0.0.0</version>
<version>0.0.2</version>
<description>
examples for the "scaling chains of integrators" problem domain.
</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/fmrb-pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Version
MAJOR = 0
MINOR = 0
MICRO = 1
MICRO = 2

fmrb_version = '{major}.{minor}.{micro}'.format(major=MAJOR, minor=MINOR, micro=MICRO)

Expand Down

0 comments on commit 5a78a50

Please sign in to comment.