summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-09-25 15:35:42 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-09-25 15:35:42 +0200
commitecdb9b84de441a935a156d4282fd260ec51f1a81 (patch)
treee7dca120ef4a3e37b3c1e0cc078d0b6c9e22038a /README.md
parent192c6dfed03b3f277d86ce58c2992d7fcc5e9829 (diff)
downloadvala-ecdb9b84de441a935a156d4282fd260ec51f1a81.tar.gz
docs: Bump vala version references in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d88993410..535f8899d 100644
--- a/README.md
+++ b/README.md
@@ -92,10 +92,10 @@ https://gitlab.gnome.org/Archive/vala-bootstrap
Here is an example on how to download and compile from a Vala release tarball.
-In this example it is release version 0.42.3:
+In this example it is release version 0.48.19:
```sh
-curl --silent --show-error --location https://download.gnome.org/sources/vala/0.42/vala-0.42.3.tar.xz --output vala-bootstrap.tar.xz
+curl --silent --show-error --location https://download.gnome.org/sources/vala/0.48/vala-0.48.19.tar.xz --output vala-bootstrap.tar.xz
tar --extract --file vala-bootstrap.tar.xz
cd vala-bootstrap
./configure --prefix=/opt/vala-bootstrap
@@ -149,10 +149,10 @@ git clean -dfx
make && sudo make install
```
-If you wish to build a specific release, for example 0.40.11:
+If you wish to build a specific release, for example 0.54.1:
```sh
-git checkout 0.40.11
+git checkout 0.54.1
git clean -dfx
./autogen.sh
make && sudo make install