summaryrefslogtreecommitdiff
path: root/docs/markdown/Build-targets.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Build-targets.md')
-rw-r--r--docs/markdown/Build-targets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-targets.md b/docs/markdown/Build-targets.md
index 780595cae..a2f9b3291 100644
--- a/docs/markdown/Build-targets.md
+++ b/docs/markdown/Build-targets.md
@@ -36,7 +36,7 @@ ignored if the library is configured as static at the compile time.
```meson
project('shared lib', 'c')
-library('mylib', 'source.c', version : '1.2.3', soversion : '0')
+library('mylib', 'source.c', version : '1.2.3', soversion : '1')
```
It is common to build a library and then an executable that links