Skip to content

Commit

Permalink
Updated version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jul 10, 2015
1 parent 181b00b commit 028bfcf
Show file tree
Hide file tree
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
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion src/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]");
Expand Down
2 changes: 1 addition & 1 deletion src/ui/aboutDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 028bfcf

Please sign in to comment.