Index: uspace/lib/meson.build
===================================================================
--- uspace/lib/meson.build	(revision 4f63e1b2fbf01496efdba9855e516e2f82cec2c9)
+++ uspace/lib/meson.build	(revision 715ae00b7fdb98a015c6e9c3303c9bea5d8c293d)
@@ -166,5 +166,5 @@
 
 	# Shared object version of the library.
-	version = '0.0'
+	version = '0'
 
 	# Sources of unit tests.
@@ -244,5 +244,5 @@
 		if not always_static
 			_libname_unversioned = 'lib' + l + '.so'
-			_libname = _libname_unversioned + '.' + version.split('.')[0]
+			_libname = _libname_unversioned + '.' + version
 
 			_shared_lib = shared_library(l, src,
