Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-25 | Show warning when using prerelease version | Wladimir J. van der Laan | |
Implements #1948 - Add macro `CLIENT_VERSION_IS_RELEASE` to clientversion.h - When running a prerelease (the above macro is `false`): - In UI, show an orange warning bar at the top. This will be used for other warnings (and alerts) as well, instead of the status bar. - For `bitcoind`, show the warning in the "errors" field in `getinfo` response. | |||
2012-10-21 | Update version numbers to 0.7.99 | Pieter Wuille | |
2012-10-09 | Bump versions for 0.7.1 release | Gavin Andresen | |
2012-09-18 | Bump client version to 0.7.0.99 now that 0.7.0 release is final. | Gavin Andresen | |
2012-09-12 | Bump client version number for 0.7.0rc3v0.7.0rc3v0.7.0 | Gavin Andresen | |
2012-09-07 | Bitcoin-Qt (Windows only): add version info to Resource File | Philip Kaufmann | |
- 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 |