diff --git a/CMakeLists.txt b/CMakeLists.txt index e0fa00d05..40e36117b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(CPEditor LANGUAGES CXX VERSION 4.0.2) +project(CPEditor LANGUAGES CXX VERSION 4.0.3) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/win-setup.iss b/win-setup.iss index dbb9134ce..65e82979e 100644 --- a/win-setup.iss +++ b/win-setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "CP Editor" -#define MyAppVersion "4.0.2" +#define MyAppVersion "4.0.3" #define MyAppPublisher "Ashar Khan " #define MyAppURL "https://github.com/coder3101/cp-editor2" #define MyAppExeName "CPEditor.exe"