Version update

Version 4.01
This commit is contained in:
Valentino Orlandi 2024-05-07 19:44:54 +02:00
parent 662d837e12
commit f12ca9e75c
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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::MainWindow> ui;
// current version of LogDoctor
const float version{ 4.00f };
QString wsFromIndex( const int index ) const;
WebServer wsEnumFromIndex( const int index ) const;

View File

@ -1 +1 @@
.:!¦version¦!:.4.00.:!¦version¦!:.
.:!¦version¦!:.4.01.:!¦version¦!:.