VERSION obtained from source instead of the previous git tag.
Drawback: The version string is no longer a valid git identifier.
For this reason the 'g' short hash prefix has been removed.
Exception: When building directly from a tag this behaves exactly like the previous behavior.
This allows formatting release versions with precision i.e. v0.9.2
This also allows arbitrary topicbranch names i.e. v0.9.1-glibc-compat
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Bitcoin 0.9.0 BETA
|
||||
Bitcoin 0.9.99 BETA
|
||||
=====================
|
||||
|
||||
Copyright (c) 2009-2014 Bitcoin Developers
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Bitcoin 0.9.0rc1 BETA
|
||||
Bitcoin 0.9.99 BETA
|
||||
|
||||
Copyright (c) 2009-2014 Bitcoin Core Developers
|
||||
|
||||
|
||||
@@ -8,8 +8,6 @@ Release Process
|
||||
|
||||
###update (commit) version in sources
|
||||
|
||||
|
||||
bitcoin-qt.pro
|
||||
contrib/verifysfbinaries/verify.sh
|
||||
doc/README*
|
||||
share/setup.nsi
|
||||
|
||||
Reference in New Issue
Block a user