Skip to content
Snippets Groups Projects
Commit 567431a0 authored by Gijs Peskens's avatar Gijs Peskens
Browse files

Bump versions for release

parent 80785c9b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# SPDX-License-Identifier: BSD-2-Clause
project('libRIST', 'c',
version: '0.2.0',
version: '0.2.1',
default_options: ['c_std=c99', 'warning_level=3', 'libdir=lib'],
meson_version: '>= 0.51.0')
......@@ -17,7 +17,7 @@ cdata = configuration_data()
#If any interfaces have been added since the last public release, then increment minor.
#If any interfaces have been removed or changed since the last public release, then set micro to 0.
librist_api_version_major = 4
librist_api_version_minor = 0
librist_api_version_minor = 1
librist_api_version_patch = 0
librist_version = '@0@.@1@.@2@'.format(librist_api_version_major, librist_api_version_minor, librist_api_version_patch)
librist_soversion = librist_api_version_major - librist_api_version_patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment