Changeset 715ae00b in mainline


Ignore:
Timestamp:
2025-04-24T10:49:45Z (2 weeks ago)
Author:
Matěj Volf <git@…>
Children:
00eeffa
Parents:
4f63e1b2
Message:

fix versioning confusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r4f63e1b2 r715ae00b  
    166166
    167167        # Shared object version of the library.
    168         version = '0.0'
     168        version = '0'
    169169
    170170        # Sources of unit tests.
     
    244244                if not always_static
    245245                        _libname_unversioned = 'lib' + l + '.so'
    246                         _libname = _libname_unversioned + '.' + version.split('.')[0]
     246                        _libname = _libname_unversioned + '.' + version
    247247
    248248                        _shared_lib = shared_library(l, src,
Note: See TracChangeset for help on using the changeset viewer.