Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
librist
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mickey Tucker
librist
Commits
567431a0
Commit
567431a0
authored
3 years ago
by
Gijs Peskens
Browse files
Options
Downloads
Patches
Plain Diff
Bump versions for release
parent
80785c9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
2 additions
and
2 deletions
meson.build
+
2
−
2
View file @
567431a0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment