From 83aa681812dc4b14c2843b91c1f5cba9191c11eb Mon Sep 17 00:00:00 2001 From: Ashar Khan Date: Thu, 9 Jan 2020 12:36:46 +0530 Subject: [PATCH] Update Version to 4.0.3 --- CMakeLists.txt | 2 +- win-setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"