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