Version update
Version 4.02
This commit is contained in:
parent
0c7375dcf1
commit
98894f5821
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
.:!¦version¦!:.4.01.:!¦version¦!:.
|
||||
.:!¦version¦!:.4.02.:!¦version¦!:.
|
||||
|
|
Loading…
Reference in a new issue