Skip to content

Commit

Permalink
Update version numbers for 1.12 development
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Mar 12, 2024
1 parent de49ca4 commit d77dddf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ 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}")
set(APP_MINOR 12)
set(APP_VERSION "${APP_MAJOR}.${APP_MINOR}-pre")
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ KDE Plasma, dark theme:
* **Build from source**:
* Requirements:
* [CMake](https://cmake.org/download)
* [Qt 5.10+ or 6.5+](https://www.qt.io/download) and
* [Qt 5.10+ or 6.5+](https://www.qt.io/download)
* [KF5/KF6 Syntax Highlighting](https://download.kde.org/stable/frameworks)
* NOTE: Use KF6 for Qt6 and KF5 for Qt5
* [ICU4C](https://icu.unicode.org/home)
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.11
AppVersion=1.12-pre
AppCopyright=Copyright © 2020-2024 Michael Hansen
AppId={{7DDD3218-1920-4278-9C33-E3AF37F3E7A4}
AppPublisher=Michael Hansen
Expand Down

0 comments on commit d77dddf

Please sign in to comment.