Skip to content

Commit

Permalink
Bumped version to 17.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Jun 3, 2024
1 parent 6a7bab0 commit 82c71e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
4 changes: 2 additions & 2 deletions LiteEditor/code_parser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
6 changes: 3 additions & 3 deletions Runtime/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<key>CFBundleExecutable</key>
<string>CodeLite</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>17.10.0</string>
<string>17.11.0</string>
<key>CFBundleName</key>
<string>CodeLite</string>
<key>CFBundleIconFile</key>
Expand All @@ -18,9 +18,9 @@
<key>CFBundleIdentifier</key>
<string>com.eranif.CodeLite</string>
<key>CFBundleVersion</key>
<string>CodeLite IDE version 17.10.0</string>
<string>CodeLite IDE version 17.11.0</string>
<key>CFBundleShortVersionString</key>
<string>CodeLite IDE version 17.10.0</string>
<string>CodeLite IDE version 17.11.0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleDocumentTypes</key>
Expand Down

0 comments on commit 82c71e9

Please sign in to comment.