From 82c71e994ff350bb899828b3d8d9289ed99a3889 Mon Sep 17 00:00:00 2001 From: Eran Ifrah Date: Mon, 3 Jun 2024 18:10:40 +0300 Subject: [PATCH] Bumped version to 17.11.0 --- CMakeLists.txt | 2 +- LiteEditor/code_parser.rc | 4 ++-- Runtime/Info.plist | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e13ca27e0..c2ddba2dda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ elseif(UNIX AND NOT APPLE) endif() message(STATUS "CMAKE_INSTALL_PREFIX is set to ${CMAKE_INSTALL_PREFIX}") -set(CODELITE_VERSION "17.10.0") +set(CODELITE_VERSION "17.11.0") # for now, we keep wxCrafter version to be the same as CodeLite version this allows for better support set(WXCRAFTER_VERSION ${CODELITE_VERSION}) diff --git a/LiteEditor/code_parser.rc b/LiteEditor/code_parser.rc index 428689c075..fcd74bb077 100644 --- a/LiteEditor/code_parser.rc +++ b/LiteEditor/code_parser.rc @@ -31,14 +31,14 @@ FILESUBTYPE VFT2_UNKNOWN { // not used VALUE "CompanyName", "Eran Ifrah" VALUE "Developer", "Eran Ifrah" VALUE "FileDescription", "CodeLite, an Open Source cross platform C, C++, Rust, Python, PHP and Node.js IDE" - VALUE "FileVersion", "17.10.0" + VALUE "FileVersion", "17.11.0" VALUE "InternalName", "CodeLite" VALUE "LegalCopyright", "Copyright (C) 2007-2024 Eran Ifrah" VALUE "LegalTrademarks", "All rights reserved." VALUE "OriginalFilename", "codelite.exe" VALUE "PrivateBuild", "" VALUE "ProductName", "CodeLite" - VALUE "ProductVersion", "17.10.0 (64-BIT)" + VALUE "ProductVersion", "17.11.0 (64-BIT)" VALUE "SpecialBuild", "" VALUE "Support", "https://forums.codelite.org" VALUE "Users", "Unlimited." diff --git a/Runtime/Info.plist b/Runtime/Info.plist index cd10ef94a3..c5e9a38520 100644 --- a/Runtime/Info.plist +++ b/Runtime/Info.plist @@ -8,7 +8,7 @@ CFBundleExecutable CodeLite CFBundleInfoDictionaryVersion - 17.10.0 + 17.11.0 CFBundleName CodeLite CFBundleIconFile @@ -18,9 +18,9 @@ CFBundleIdentifier com.eranif.CodeLite CFBundleVersion - CodeLite IDE version 17.10.0 + CodeLite IDE version 17.11.0 CFBundleShortVersionString - CodeLite IDE version 17.10.0 + CodeLite IDE version 17.11.0 CSResourcesFileMapped CFBundleDocumentTypes