From f875921176038c81b4ae7c113a9ebdc93e03b6aa Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 14 Aug 2012 11:21:48 +0200 Subject: Bitcoin-Qt (Windows only): add version info to Resource File - add version information to bitcoin-qt.rc, which is displayed on Windows, when looking in the executable properties and selecting "Details" - introduce a new clientversion.h (used in bitcoin-qt.rc to generate version information), which takes only the version defines from version.h and is included in it (to allow usage with the windres rc-file compiler) - move #define STRINGIFY(s) #s into clientversion.h as that is used in bitcoin-qt.rc and rename to DO_STRINGIZE(X) - add #define STRINGIZE(X) DO_STRINGIZE(X), which is needed to convert the version defines into a version string in the rc-file - this ensures we only need to update 1 file and have bitcoin-qt.exe version information - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx --- doc/release-process.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/release-process.txt') diff --git a/doc/release-process.txt b/doc/release-process.txt index b31b0ab541..8443961d27 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -2,7 +2,7 @@ * update (commit) version in sources bitcoin-qt.pro - src/version.h + src/clientversion.h share/setup.nsi doc/README* -- cgit v1.2.3