--- a/BuildingOnLinux.wiki Tue Dec 17 15:27:27 2013 +0000
+++ b/BuildingOnLinux.wiki Wed Dec 25 13:13:32 2013 +0000
@@ -4,7 +4,7 @@
= Introduction =
Copy and Paste instructions for a Hedgewars development build. Should work on Debian and the like (Ubuntu, Mint). Packages for other distros should have similar names. Remember to copy the *entire* apt-get lines!
-Important. This builds the latest development sources. If you want to build the latest stable, run: hg up 0.9.19 before running cmake. Also, see http://hedgewars.org/download.html if you are just looking to play latest stable - there's a good chance it exists for your distro.
+Important. This builds the latest development sources. If you want to build the latest stable, run: hg up 0.9.20 before running cmake. Also, see http://hedgewars.org/download.html if you are just looking to play latest stable - there's a good chance it exists for your distro.
= Prerequisites =
@@ -41,7 +41,7 @@
If you want to build the latest release version (so that you can play with other people online) use this command:
{{{
-hg update 0.9.19
+hg update 0.9.20
}}}
Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev).