Skip to content

Commit

Permalink
REL: Bump version in preparation for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed May 17, 2016
1 parent 29b190e commit c9f5001
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.3
PROJECT_NUMBER = 0.0.4
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.3'
version = '0.0.4'
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.3</version>
<version>0.0.4</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.3</version>
<version>0.0.4</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.3</version>
<version>0.0.4</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.3</version>
<version>0.0.4</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.3</version>
<version>0.0.4</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.3</version>
<version>0.0.4</version>
<description>
ROS message and service types for the integrator_chains domain.
</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/dubins_traffic_examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>dubins_traffic_examples</name>
<version>0.0.3</version>
<version>0.0.4</version>
<description>
examples for the "Traffic network of Dubins cars" problem 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.3</version>
<version>0.0.4</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.3</version>
<version>0.0.4</version>
<description>
examples for the "scaling chains of integrators" problem domain.
</description>
Expand Down

0 comments on commit c9f5001

Please sign in to comment.