Skip to content

Commit

Permalink
Release 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Mar 12, 2024
1 parent 905740b commit de49ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 11)
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
4 changes: 2 additions & 2 deletions win32/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
OutputDir=.
OutputBaseFilename=qtextpad-win64
AppName=QTextPad
AppVersion=1.11-pre
AppCopyright=2020 Michael Hansen
AppVersion=1.11
AppCopyright=Copyright © 2020-2024 Michael Hansen
AppId={{7DDD3218-1920-4278-9C33-E3AF37F3E7A4}
AppPublisher=Michael Hansen
AppPublisherURL=https://github.com/zrax/qtextpad
Expand Down

0 comments on commit de49ca4

Please sign in to comment.