Skip to content

Commit

Permalink
fixed some minor release issues and moved CMKAe release to 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmnewman committed Jul 17, 2014
1 parent 7397bd5 commit f613422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(PROJECTNAME MOOS)

set(PACKAGE_VERSION_MAJOR 10)
set(PACKAGE_VERSION_MINOR 0)
set(PACKAGE_VERSION_PATCH 1)
set(PACKAGE_VERSION_PATCH 2)

set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}")
message(STATUS "+++ This MOOS version ${PACKAGE_VERSION} +++")
Expand Down
2 changes: 1 addition & 1 deletion Core/libMOOS/App/MOOSApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ bool CMOOSApp::Configure()
}

//are we having our suicide port being set?
int nSuicidePort;
int nSuicidePort=-1;
if(GetParameterFromCommandLineOrConfigurationFile("moos_suicide_port",nSuicidePort))
{
m_SuicidalSleeper.SetPort(nSuicidePort);
Expand Down

0 comments on commit f613422

Please sign in to comment.