Skip to content

Commit

Permalink
Updated version to 0.6.0
Browse files Browse the repository at this point in the history
matlabbe committed Jul 10, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 181b00b commit 028bfcf
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ ENDIF()
#######################
# VERSION
#######################
SET(PROJECT_VERSION "0.5.1")
SET(PROJECT_VERSION "0.6.0")
SET(PROJECT_PREFIX find_object)

STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}")
2 changes: 1 addition & 1 deletion src/AboutDialog.cpp
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ AboutDialog::AboutDialog(QWidget * parent) :
ui_->label_version->setText(PROJECT_VERSION);

QString cv_version = CV_VERSION;
#if RTABMAP_NONFREE == 1
#if FINDOBJECT_NONFREE == 1
cv_version.append(" [With nonfree]");
#else
cv_version.append(" [Without nonfree]");
2 changes: 1 addition & 1 deletion src/ui/aboutDialog.ui
Original file line number Diff line number Diff line change
@@ -185,7 +185,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Copyright (C) 2011 IntRoLab - Université de Sherbrooke</string>
<string>Copyright (C) 2011-2015 IntRoLab - Université de Sherbrooke</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>

0 comments on commit 028bfcf

Please sign in to comment.