Version update

Version 2.01
This commit is contained in:
Valentino Orlandi 2022-12-03 19:48:55 +01:00
parent 77f193012a
commit 05a0ead9b8
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
4 changed files with 5 additions and 5 deletions

View File

@ -13,9 +13,9 @@
<key>CFBundleIdentifier</key>
<string>com.logdoctor.LogDoctor</string>
<key>CFBundleShortVersionString</key>
<string>2.00</string>
<string>2.01</string>
<key>CFBundleVersion</key>
<string>2.00</string>
<string>2.01</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 2.00 LANGUAGES CXX)
project(LogDoctor VERSION 2.01 LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

View File

@ -507,7 +507,7 @@ private:
Ui::MainWindow *ui;
// current version of LogDoctor
const float version = 2.00;
const float version = 2.01;
// web servers ID constants
const unsigned int APACHE_ID=11, NGINX_ID=12, IIS_ID=13;

View File

@ -1 +1 @@
.:!¦version¦!:.2.00.:!¦version¦!:.
.:!¦version¦!:.2.01.:!¦version¦!:.