aboutsummaryrefslogtreecommitdiff
path: root/cmake/GenVersion.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Fix generation of version.cppNathan Dorfman2019-10-231-68/+0
|
* wallet, rpc: add a release field to get_versionmoneromooo-monero2019-08-261-0/+4
| | | | | | | It does not leak much since you can make a fair guess by RPC version already, and some people want to avoid non release clients when using third parties' nodes (because they'd never lie about it)
* Use 9 digit build IDsHoward Chu2019-06-121-1/+2
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* cmake: add dep of version lib on version.cppredfish2017-10-201-0/+63
Also, move cmake source files into cmake/ to keep them together.