diff options
author | Warren Togami <wtogami@gmail.com> | 2014-04-12 14:06:07 -1000 |
---|---|---|
committer | Warren Togami <wtogami@gmail.com> | 2014-04-15 21:48:44 -1000 |
commit | 3d20cd5f61fff33fe5fffd6efddf2c942c8dd2f9 (patch) | |
tree | 6e3c302e70bc8ce063d473448ae40895aa62f7da /doc | |
parent | 74dd52a9fc13851a6ec847da985388a6bfb70be7 (diff) |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.md | 2 | ||||
-rw-r--r-- | doc/README_windows.txt | 2 | ||||
-rw-r--r-- | doc/release-process.md | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/doc/README.md b/doc/README.md index a215824582..f5aeb34a3c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -Bitcoin 0.9.0 BETA +Bitcoin 0.9.99 BETA ===================== Copyright (c) 2009-2014 Bitcoin Developers diff --git a/doc/README_windows.txt b/doc/README_windows.txt index abca4894e2..18fd4216f9 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -Bitcoin 0.9.0rc1 BETA
+Bitcoin 0.9.99 BETA
Copyright (c) 2009-2014 Bitcoin Core Developers
diff --git a/doc/release-process.md b/doc/release-process.md index bf289805ca..cd60684f42 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -8,8 +8,6 @@ Release Process ###update (commit) version in sources - - bitcoin-qt.pro contrib/verifysfbinaries/verify.sh doc/README* share/setup.nsi |