diff --git a/CMakeLists.txt b/CMakeLists.txt index 9da1791..b6d7186 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 5f46eb3..c5184d7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/win32/setup.iss b/win32/setup.iss index c4492e1..1c8ae65 100644 --- a/win32/setup.iss +++ b/win32/setup.iss @@ -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