Skip to content

Commit

Permalink
Release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jun 14, 2022
1 parent 79122fa commit 55449b5
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 @@ -55,7 +55,7 @@ add_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII)
if(NOT QTEXTPAD_WIDGET_ONLY)
set(APP_MAJOR 1)
set(APP_MINOR 9)
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.9-pre
AppVersion=1.9
AppCopyright=2020 Michael Hansen
AppId={{7DDD3218-1920-4278-9C33-E3AF37F3E7A4}
AppPublisher=Michael Hansen
Expand Down

0 comments on commit 55449b5

Please sign in to comment.