Version update

Version 2.03
This commit is contained in:
Valentino Orlandi 2023-01-27 02:51:02 +01:00
parent 06ea08b829
commit f895c7475c
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
2 changed files with 2 additions and 2 deletions

View File

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

View File

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