diff options
| author | Matt Corallo <[email protected]> | 2011-10-14 11:06:57 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-25 11:38:46 -0400 |
| commit | f891cc941598cfc185c977b56ef752f7bfb5aaf1 (patch) | |
| tree | cdaa8967ae08c64dd3cc3a78db07e61ba80778c8 /doc | |
| parent | Merge pull request #592 from dooglus/qt-at-spi-bug (diff) | |
| download | discoin-f891cc941598cfc185c977b56ef752f7bfb5aaf1.tar.xz discoin-f891cc941598cfc185c977b56ef752f7bfb5aaf1.zip | |
Update qt readme to indicate Qt is now the primary GUI.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/readme-qt.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index 321f9b830..090177321 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -1,5 +1,5 @@ -Bitcoin-qt: Qt4 based GUI replacement for Bitcoin -================================================= +Bitcoin-qt: Qt4 GUI for Bitcoin +=============================== Features ======== @@ -150,7 +150,7 @@ Berkely DB version warning A warning for people using the *static binary* version of Bitcoin on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**). -The static binary version of Bitcoin is linked against libdb4.7 or libdb4.8 (see also `this Debian issue`_). +The static binary version of Bitcoin is linked against libdb4.8 (see also `this Debian issue`_). Now the nasty thing is that databases from 5.X are not compatible with 4.X. |