Version update

Version 4.02
This commit is contained in:
Valentino Orlandi 2024-08-04 21:13:53 +02:00
parent 0c7375dcf1
commit 98894f5821
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=4.01
LABEL logdoctor.version=4.02
ENTRYPOINT /usr/bin/logdoctor

View file

@ -13,9 +13,9 @@
<key>CFBundleIdentifier</key>
<string>com.logdoctor.LogDoctor</string>
<key>CFBundleShortVersionString</key>
<string>4.01</string>
<string>4.02</string>
<key>CFBundleVersion</key>
<string>4.01</string>
<string>4.02</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 4.01 LANGUAGES CXX)
project(LogDoctor VERSION 4.02 LANGUAGES CXX)
include(cmake/project.cmake)
logdoc_set_cmake_options()

View file

@ -54,7 +54,7 @@ class MainWindow final : public QMainWindow
Q_OBJECT
// current version of LogDoctor
const float version{ 4.01f };
const float version{ 4.02f };
public:

View file

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