Updated version to 0.6.0

This commit is contained in:
Mathieu Labbé 2015-07-10 16:00:34 -04:00
parent 181b00bf22
commit 028bfcf52e
3 changed files with 3 additions and 3 deletions

View File

@ -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}")

View File

@ -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]");

View File

@ -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>