Skip to content

Commit cc6cdc8

Browse files
committed
Set version to 18.3.1
Signed-off-by: Eran Ifrah <eran@codelite.org>
1 parent 66361e0 commit cc6cdc8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ elseif(UNIX AND NOT APPLE)
9494
endif()
9595

9696
message(STATUS "CMAKE_INSTALL_PREFIX is set to ${CMAKE_INSTALL_PREFIX}")
97-
set(CODELITE_VERSION "18.3.0")
97+
set(CODELITE_VERSION "18.3.1")
9898

9999
# for now, we keep wxCrafter version to be the same as CodeLite version this
100100
# allows for better support

LiteEditor/code_parser.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ aaaaa ICON "codelite-logo.ico"
1616
///////////////////////////////////////////////////////////////////////////////
1717
// Version information
1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 18,3,0,0
20-
PRODUCTVERSION 18,3,0,0
19+
FILEVERSION 18,3,1,0
20+
PRODUCTVERSION 18,3,1,0
2121
FILEFLAGSMASK 0x3fL // VS_FFI_FILEFLAGSMASK
2222
FILEFLAGS 0x0L // final version
2323
FILEOS VOS_NT_WINDOWS32
@@ -31,14 +31,14 @@ FILESUBTYPE VFT2_UNKNOWN { // not used
3131
VALUE "CompanyName", "Eran Ifrah"
3232
VALUE "Developer", "Eran Ifrah"
3333
VALUE "FileDescription", "CodeLite, an Open Source cross platform C, C++, Rust, Python, PHP and Node.js IDE"
34-
VALUE "FileVersion", "18.3.0"
34+
VALUE "FileVersion", "18.3.1"
3535
VALUE "InternalName", "CodeLite"
3636
VALUE "LegalCopyright", "Copyright (C) 2007-2025 Eran Ifrah"
3737
VALUE "LegalTrademarks", "All rights reserved."
3838
VALUE "OriginalFilename", "codelite.exe"
3939
VALUE "PrivateBuild", ""
4040
VALUE "ProductName", "CodeLite"
41-
VALUE "ProductVersion", "18.3.0 (64-BIT)"
41+
VALUE "ProductVersion", "18.3.1 (64-BIT)"
4242
VALUE "SpecialBuild", ""
4343
VALUE "Support", "https://forums.codelite.org"
4444
VALUE "Users", "Unlimited."

Runtime/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>CFBundleExecutable</key>
99
<string>CodeLite</string>
1010
<key>CFBundleInfoDictionaryVersion</key>
11-
<string>18.3.0</string>
11+
<string>18.3.1</string>
1212
<key>CFBundleName</key>
1313
<string>CodeLite</string>
1414
<key>CFBundleIconFile</key>
@@ -18,9 +18,9 @@
1818
<key>CFBundleIdentifier</key>
1919
<string>com.eranif.CodeLite</string>
2020
<key>CFBundleVersion</key>
21-
<string>CodeLite IDE version 18.3.0</string>
21+
<string>CodeLite IDE version 18.3.1</string>
2222
<key>CFBundleShortVersionString</key>
23-
<string>CodeLite IDE version 18.3.0</string>
23+
<string>CodeLite IDE version 18.3.1</string>
2424
<key>CSResourcesFileMapped</key>
2525
<true/>
2626
<key>CFBundleDocumentTypes</key>

0 commit comments

Comments
 (0)