summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.h
AgeCommit message (Expand)Author
2014-12-31Remove unnecessary use of void*TingPing
2014-12-17More consistently include config.hTingPing
2014-12-04Fix some obvious type warnings.Arnavion
2014-06-21Clean up includes for gettextTingPing
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-05-27osx: Properly use app menuTingPing
2014-02-15Use GRegex for channel list searchTingPing
2014-01-18Update most deprecated gtk functionsTingPing
2014-01-14Build with gtk-mac-integrationTingPing
2013-10-27Properly set away and fullscreen menu itemsTingPing
2013-10-03Remove gtkspell supportTingPing
2013-10-03Topic bar improvementsTingPing
2013-09-20First round of using GTK accessor functionsTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-01Consistent header macros everywhereBerke Viktor
2013-03-31Supposed fix for license issuesBerke Viktor
2013-03-20Redesign the Ban List window. Closes Issues #303, #342, #427RichardHitt
2012-10-27Ignore generated config.h properly on UnixBerke Viktor
2012-07-11Initial rebranding in codeBerke Viktor
2011-12-11some more multiplatform supportBerke Viktor
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
>
#include <winver.h>
#include "../../config.h"

#define COMMA_VERSION <#= [string]::Join(',', $versionParts) #>,0

XC_ICON ICON "../../data/icons/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