Philip Kaufmann f875921176 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
2012-09-07 16:08:18 +02:00
..
2012-04-27 10:14:33 -04:00
2012-08-18 16:45:24 +02:00
2012-08-28 17:13:11 -04:00
2012-08-01 17:49:51 +00:00
2012-08-21 22:50:00 -04:00
2012-05-18 22:02:28 +08:00
2012-05-18 22:02:28 +08:00
2012-08-27 15:08:20 +03:00
2012-07-11 04:26:44 +00:00
2012-09-06 16:29:59 -04:00
2012-05-18 22:02:28 +08:00
2012-08-01 17:49:51 +00:00
2012-08-01 17:49:51 +00:00
2012-05-18 22:02:28 +08:00
2012-07-04 16:40:16 +02:00
2012-04-17 20:00:55 +02:00
2012-06-29 17:26:45 +08:00
2012-06-05 16:13:16 +02:00
2012-06-25 12:28:29 +08:00
2012-05-18 22:02:28 +08:00
2012-08-29 20:25:37 +02:00
2012-08-29 20:25:37 +02:00