Updated version to 0.6.0
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user