aboutsummaryrefslogtreecommitdiff
path: root/cmake/GenVersion.cmake (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26wallet, rpc: add a release field to get_versionmoneromooo-monero1-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)
2019-06-12Use 9 digit build IDsHoward Chu1-1/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-10-20cmake: add dep of version lib on version.cppredfish1-0/+63
Also, move cmake source files into cmake/ to keep them together.