Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Feb 11, 2020
1 parent 041900c commit 45567d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endif()

set(APP_MAJOR 1)
set(APP_MINOR 3)
set(APP_VERSION "${APP_MAJOR}.${APP_MINOR}-pre")
set(APP_VERSION "${APP_MAJOR}.${APP_MINOR}")
if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
find_program(GIT_EXECUTABLE NAMES git git.cmd)
mark_as_advanced(GIT_EXECUTABLE)
Expand Down
2 changes: 1 addition & 1 deletion win32/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OutputDir=.
OutputBaseFilename=qtextpad-win64
AppName=QTextPad
AppVersion=1.3-pre
AppVersion=1.3
AppCopyright=2019 Michael Hansen
AppId={{7DDD3218-1920-4278-9C33-E3AF37F3E7A4}
AppPublisher=Michael Hansen
Expand Down

0 comments on commit 45567d0

Please sign in to comment.