diff --git a/CMakeLists.txt b/CMakeLists.txt index 86ac821..1dc4c2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index dd7d601..6f3fd89 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -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]"); diff --git a/src/ui/aboutDialog.ui b/src/ui/aboutDialog.ui index c26ec7c..d67f997 100644 --- a/src/ui/aboutDialog.ui +++ b/src/ui/aboutDialog.ui @@ -185,7 +185,7 @@ p, li { white-space: pre-wrap; } - Copyright (C) 2011 IntRoLab - Université de Sherbrooke + Copyright (C) 2011-2015 IntRoLab - Université de Sherbrooke Qt::AlignCenter