Skip to content

Commit

Permalink
BUILD: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Apr 13, 2016
1 parent 5066a02 commit ca335f2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.0
PROJECT_NUMBER = 0.0.1
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.0'
version = '0.0.1'
release = version # To appease Sphinx


Expand Down
2 changes: 1 addition & 1 deletion domains/cart_clearing/pandp_sim/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>pandp_sim</name>
<version>0.0.0</version>
<version>0.0.1</version>
<description>
</description>
<maintainer email="[email protected]">SCL</maintainer>
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.0</version>
<version>0.0.1</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.0</version>
<version>0.0.1</version>
<description>
ROS message and service types for the dubins_traffic 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.0</version>
<version>0.0.1</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.0</version>
<version>0.0.1</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.0</version>
<version>0.0.1</version>
<description>
ROS message and service types for the integrator_chains 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 = 0
MICRO = 1

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

Expand Down

0 comments on commit ca335f2

Please sign in to comment.