Upgrade to version 4.00

This commit is contained in:
Valentino Orlandi 2024-02-16 22:13:11 +01:00
parent 18384b5bc8
commit b83482470b
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
5 changed files with 6 additions and 6 deletions

View File

@ -12,6 +12,6 @@ RUN bash -c "scripts/DOCKER_private.sh"
WORKDIR /
RUN rm -rf /tmp/logdoctor
LABEL logdoctor.version=3.00
LABEL logdoctor.version=4.00
ENTRYPOINT /usr/bin/logdoctor

View File

@ -13,9 +13,9 @@
<key>CFBundleIdentifier</key>
<string>com.logdoctor.LogDoctor</string>
<key>CFBundleShortVersionString</key>
<string>3.00</string>
<string>4.00</string>
<key>CFBundleVersion</key>
<string>3.00</string>
<string>4.00</string>
<key>CFBundleExecutable</key>
<string>LogDoctor</string>
<key>CFBundleIconFile</key>

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(LogDoctor VERSION 3.00 LANGUAGES CXX)
project(LogDoctor VERSION 4.00 LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

View File

@ -562,7 +562,7 @@ private:
QSharedPointer<Ui::MainWindow> ui;
// current version of LogDoctor
const float version{ 3.00f };
const float version{ 4.00f };
QString wsFromIndex( const int index ) const;
WebServer wsEnumFromIndex( const int index ) const;

View File

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