Skip to content

Commit

Permalink
Bump release to 2.7.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Ansani committed Apr 30, 2024
1 parent dd30a36 commit 55026f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions shareaza/Shareaza.rc
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ ID_NETWORK_DC ICON "Res\\Network_DC.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,7,10,5
PRODUCTVERSION 2,7,10,5
FILEVERSION 2,7,10,6
PRODUCTVERSION 2,7,10,6
FILEFLAGSMASK 0x1fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -288,12 +288,12 @@ BEGIN
VALUE "Comments", "Shareaza Ultimate File Sharing"
VALUE "CompanyName", "Shareaza Development Team"
VALUE "FileDescription", "Shareaza Ultimate File Sharing"
VALUE "FileVersion", "2.7.10.5"
VALUE "FileVersion", "2.7.10.6"
VALUE "InternalName", "Shareaza"
VALUE "LegalCopyright", "Copyright � Shareaza Development Team, 2002-2017. All rights reserved."
VALUE "LegalCopyright", "Copyright � Shareaza Development Team, 2002-2017. All rights reserved.\\nCopyright � Salvatore Ansani, 2023-2024. All rights reserved."
VALUE "OriginalFilename", "Shareaza.exe"
VALUE "ProductName", "Shareaza"
VALUE "ProductVersion", "2.7.10.5"
VALUE "ProductVersion", "2.7.10.6"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -620,8 +620,8 @@ CAPTION "About Shareaza"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Shareaza File Sharing Client ",IDC_TITLE,7,15,279,10,SS_CENTERIMAGE
LTEXT "Copyright � Shareaza Development Team, 2002-",IDC_COPYRIGHT,7,25,279,12
LTEXT "Copyright � Salvatore Ansani, 2022-2023",IDC_COPYRIGHT, 7, 33, 279, 12
LTEXT "Copyright � Shareaza Development Team, 2002-",IDC_COPYRIGHT,7,25,279,12
LTEXT "Copyright � Salvatore Ansani, 2022-2023",IDC_COPYRIGHT, 7, 33, 279, 12
LTEXT "Shareaza is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.",IDC_STATIC,7,45,279,24
LTEXT "Logo by Kid at pakkeimak.com",IDC_STATIC,7,75,279,12
LTEXT "http://github.com/ansani/shareaza",IDC_WEB,7,112,279,10
Expand Down Expand Up @@ -3573,7 +3573,7 @@ BEGIN
IDS_SEARCH_PAD_TYPE "What type of file is it?"
IDS_SEARCH_PAD_CLEAR_HISTORY "(Clear Search History)"
IDS_SEARCH_PANEL_INPUT_4 "File size must be"
IDS_SEARCH_PANEL_INPUT_5 "�to"
IDS_SEARCH_PANEL_INPUT_5 "�to"
END

STRINGTABLE
Expand Down Expand Up @@ -4189,7 +4189,7 @@ BEGIN
IDS_MEDIA_PARTIAL_RENDER
"Part of this file could not be played, you may need to download additional codecs."
IDS_MEDIA_EMPTY "There is no file playing. Double-click a media file in your library to play it."
IDS_MEDIA_TITLE "S � � H � � A � � R � � E � � A � � Z � � A � � � � � M � � E � � D � � I � � A � � � � � S � � Y � � S � � T � � E � � M"
IDS_MEDIA_TITLE "S � � H � � A � � R � � E � � A � � Z � � A � � � � � M � � E � � D � � I � � A � � � � � S � � Y � � S � � T � � E � � M"
IDS_MEDIA_PLAYLIST "P L A Y L I S T"
END

Expand Down

4 comments on commit 55026f5

@javiergutierrezchamorro

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking forward to the binaries!

@ansani
Copy link
Owner

@ansani ansani commented on 55026f5 Apr 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ansani
Copy link
Owner

@ansani ansani commented on 55026f5 Apr 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javiergutierrezchamorro If you have installed the last release (.5), you should be notified about the new release.

@javiergutierrezchamorro

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm building them right now :D https://github.com/ansani/Shareaza/actions/runs/8897459540

Thank you!

Please sign in to comment.