diff options
| author | Warren Togami <[email protected]> | 2014-04-12 14:06:07 -1000 |
|---|---|---|
| committer | Warren Togami <[email protected]> | 2014-04-15 21:48:44 -1000 |
| commit | 3d20cd5f61fff33fe5fffd6efddf2c942c8dd2f9 (patch) | |
| tree | 6e3c302e70bc8ce063d473448ae40895aa62f7da /doc | |
| parent | qt: remove de_AT translation (diff) | |
| download | discoin-3d20cd5f61fff33fe5fffd6efddf2c942c8dd2f9.tar.xz discoin-3d20cd5f61fff33fe5fffd6efddf2c942c8dd2f9.zip | |
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 a21582458..f5aeb34a3 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 abca4894e..18fd4216f 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 bf289805c..cd60684f4 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 |