build: bump versions

This commit is contained in:
Christian Hergert
2021-10-01 15:01:00 -07:00
parent 5e67104823
commit 24ac040563
3 changed files with 5 additions and 19 deletions

View File

@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
symbolic_version = '42.0'
symbolic_version = '43.alpha0'
gnome = import('gnome')
pkgconfig = import('pkgconfig')
@ -46,6 +46,7 @@ config_h.set('PACKAGE_TARNAME', 'PACKAGE_STRING')
config_h.set('PACKAGE', 'PACKAGE_NAME')
config_h.set('VERSION', 'PACKAGE_VERSION')
# Detect and set symbol visibility
if get_option('default_library') != 'static'
if host_machine.system() == 'windows'