diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-22 11:08:45 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-22 11:08:45 -0500 |
commit | 4baccdf89e779a0de5ba9407f4911b2a10139c47 (patch) | |
tree | 5723511ec6609de7472ace49e220952bc647085d /docs | |
parent | a87db7f5472d6664baa66e2baac5278e4ccb669e (diff) | |
download | mediagoblin-4baccdf89e779a0de5ba9407f4911b2a10139c47.tar.lz mediagoblin-4baccdf89e779a0de5ba9407f4911b2a10139c47.tar.xz mediagoblin-4baccdf89e779a0de5ba9407f4911b2a10139c47.zip |
Wrong version number. Stupid copy-pasta!
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 8ec7cf8e..ca6d11b5 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -49,7 +49,7 @@ trouble, consider pinging the MediaGoblin list or IRC channel. **Do this to upgrade** 1. Update to the latest release. If checked out from git, run: - ``git fetch && git checkout -q v0.7.1 && git submodule init && git submodule update`` + ``git fetch && git checkout -q v0.8.0 && git submodule init && git submodule update`` 2. Run ``./bootstrap.sh && ./configure && make`` 3. Also run |