Updated version to 0.6.0
This commit is contained in:
parent
181b00bf22
commit
028bfcf52e
@ -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}")
|
||||
|
||||
@ -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]");
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user