Skip to content

Commit

Permalink
[iso] add Circle Linux to the list of Red-Hat derivatives
Browse files Browse the repository at this point in the history
* Closes #2414.
  • Loading branch information
bella485 authored and pbatard committed Feb 9, 2024
1 parent 172888a commit 026afa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/rufus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,8 @@ DWORD WINAPI ImageScanThread(LPVOID param)
const char* redhat8_derivative[] = {
"^AlmaLinux-[8-9].*", // AlmaLinux 8.x and 9.x
"^Fedora.*-3[3-9].*", // Fedora 33-39
"^CentOS.*-[8-9].*", // CentOS and CentOS Stream 8.and 9.x
"^CentOS.*-[8-9].*", // CentOS and CentOS Stream 8.x and 9.x
"^Circle.*-[8-9].*", // Circle Linux 8.x.and 9.x
"^OL-[8-9].*", // Oracle Linux 8.x and 9.x
"^RHEL-[8-9].*", // Red Hat 8.x and 9.x
"^Rocky-[8-9].*", // Rocky Linux 8.x and 9.x
Expand Down
10 changes: 5 additions & 5 deletions src/rufus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 4.5.2112"
CAPTION "Rufus 4.5.2113"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
Expand Down Expand Up @@ -392,8 +392,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,5,2112,0
PRODUCTVERSION 4,5,2112,0
FILEVERSION 4,5,2113,0
PRODUCTVERSION 4,5,2113,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -411,13 +411,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "4.5.2112"
VALUE "FileVersion", "4.5.2113"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "� 2011-2024 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-4.5.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "4.5.2112"
VALUE "ProductVersion", "4.5.2113"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 026afa7

Please sign in to comment.