Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-18 | Drop the leading 0 from the version number | Andrew Chow | |
Removes the leading 0 from the version number. The minor version, which we had been using as the major version, is now the major version. The revision, which we had been using as the minor version, is now the minor version. The revision number is dropped. The build number is promoted to being part of the version number. This also avoids issues where it was accidentally not included in the version number. The CLIENT_VERSION remains the same format as previous as previously, the Major version was 0 so that was never a factor in CLIENT_VERSION. | |||
2015-05-22 | Update Windows resource files (and add one for bitcoin-tx) | Luke Dashjr | |
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-07-01 | fix copyright string in two of our *.rc files | Philip Kaufmann | |
- also make comment about rc-files in clientversion.h generic Merges #4429. | |||
2014-01-14 | qt: Update remaining "The Bitcoin Core Developers" | Wladimir J. van der Laan | |
2013-10-03 | rename bitcoin-res.rc to bitcoind-res.rc | Philip Kaufmann | |
- helps recognizing that the resource file belongs to bitcoind.exe |