diff --git a/logdoctor/CMakeLists.txt b/logdoctor/CMakeLists.txt index 34b6cec1..cd8a33dc 100644 --- a/logdoctor/CMakeLists.txt +++ b/logdoctor/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(LogDoctor VERSION 4.00 LANGUAGES CXX) +project(LogDoctor VERSION 4.01 LANGUAGES CXX) include(cmake/project.cmake) logdoc_set_cmake_options() diff --git a/logdoctor/mainwindow.h b/logdoctor/mainwindow.h index d31124f5..eb8c1831 100644 --- a/logdoctor/mainwindow.h +++ b/logdoctor/mainwindow.h @@ -51,6 +51,9 @@ class MainWindow final : public QMainWindow { Q_OBJECT + // current version of LogDoctor + const float version{ 4.01f }; + public: explicit MainWindow( QWidget* parent=nullptr ); @@ -574,9 +577,6 @@ private slots: private: QSharedPointer ui; - // current version of LogDoctor - const float version{ 4.00f }; - QString wsFromIndex( const int index ) const; WebServer wsEnumFromIndex( const int index ) const; diff --git a/version.txt b/version.txt index 587ba81b..a25458e8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -.:!¦version¦!:.4.00.:!¦version¦!:. +.:!¦version¦!:.4.01.:!¦version¦!:.