summary refs log tree commit diff stats
path: root/plugins/sysinfo/osx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sysinfo/osx')
0 files changed, 0 insertions, 0 deletions
chat.git/commit/src/fe-gtk/hexchat.rc?h=feature/tor-i2p-dcc&id=534cd2802f807e4ca33a8586508619e6a52c3667'>534cd280 ^
d03d6e60 ^

2db80fa5 ^

d03d6e60 ^





534cd280 ^

d03d6e60 ^
2db80fa5 ^
d03d6e60 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

                          
                            
 
                                 

                            

                                     





                                         

                                                                              
                                                                        
                                                                     






                                                            
#include <winver.h>
#include "../../config.h"
#include "../../resource.h"

XC_ICON ICON "../../hexchat.ico"

VS_VERSION_INFO VERSIONINFO
	FILEVERSION    COMMA_VERSION
	PRODUCTVERSION COMMA_VERSION
	BEGIN
		BLOCK "StringFileInfo"
		BEGIN
			BLOCK "040904B0"
			BEGIN
				
				VALUE "FileDescription", "HexChat IRC Client"
				VALUE "ProductName", "HexChat"
				VALUE "ProductVersion", PACKAGE_VERSION
				VALUE "FileVersion", PACKAGE_VERSION
			END
		END
		BLOCK "VarFileInfo"
		BEGIN
			VALUE "Translation", 0x0409, 0x04B0
		END
	END