Version upgrade 4.00 #45

Merged
elB4RTO merged 113 commits from devel into main 2024-02-17 16:13:26 +01:00
5 changed files with 6 additions and 6 deletions
Showing only changes of commit b83482470b - Show all commits

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¦!:.