Skip to content

Commit

Permalink
Update Version to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Jan 9, 2020
1 parent 78bdfb3 commit 83aa681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion win-setup.iss
Expand Up @@ -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 <coder3101>"
#define MyAppURL "https://github.com/coder3101/cp-editor2"
#define MyAppExeName "CPEditor.exe"
Expand Down

0 comments on commit 83aa681

Please sign in to comment.