mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
build: fix release builds
We are dropping the micro component going forward.
This commit is contained in:
@ -8,7 +8,7 @@ if sysprof_version[1] in ['alpha', 'beta', 'rc']
|
|||||||
endif
|
endif
|
||||||
sysprof_version_conf.set('MAJOR_VERSION', sysprof_version[0])
|
sysprof_version_conf.set('MAJOR_VERSION', sysprof_version[0])
|
||||||
sysprof_version_conf.set('MINOR_VERSION', sysprof_version[1])
|
sysprof_version_conf.set('MINOR_VERSION', sysprof_version[1])
|
||||||
sysprof_version_conf.set('MICRO_VERSION', sysprof_version[2])
|
sysprof_version_conf.set('MICRO_VERSION', 0)
|
||||||
sysprof_version_conf.set('VERSION', meson.project_version())
|
sysprof_version_conf.set('VERSION', meson.project_version())
|
||||||
|
|
||||||
subdir('libsysprof-capture')
|
subdir('libsysprof-capture')
|
||||||
|
|||||||
Reference in New Issue
Block a user