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
Carson Riker
librist
Commits
5f0ea016
Commit
5f0ea016
authored
3 years ago
by
Gijs Peskens
Browse files
Options
Downloads
Patches
Plain Diff
Bump version for release
parent
546c2198
No related branches found
Branches containing commit
Tags
v0.2.4
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meson.build
+3
-3
3 additions, 3 deletions
meson.build
with
3 additions
and
3 deletions
meson.build
+
3
−
3
View file @
5f0ea016
...
...
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: BSD-2-Clause
project
(
'libRIST'
,
'c'
,
version
:
'0.2.
3
'
,
version
:
'0.2.
4
'
,
default_options
:
[
'c_std=c99'
,
'warning_level=3'
,
'libdir=lib'
],
meson_version
:
'>= 0.51.0'
)
...
...
@@ -18,7 +18,7 @@ cdata = configuration_data()
#If any interfaces have been added since the last public release, then increment age.
#If any interfaces have been removed or changed since the last public release, then set age to 0.
librist_abi_current
=
5
librist_abi_revision
=
1
librist_abi_revision
=
2
librist_abi_age
=
1
librist_soversion
=
librist_abi_current
-
librist_abi_age
librist_version
=
'@0@.@1@.@2@'
.
format
(
librist_abi_current
-
librist_abi_age
,
librist_abi_age
,
librist_abi_revision
)
...
...
@@ -27,7 +27,7 @@ librist_version = '@0@.@1@.@2@'.format(librist_abi_current - librist_abi_age, li
#API follows semver rules:
#MAJOR version when you make incompatible API changes,
#MINOR version when you add functionality in a backwards-compatible manner, and
#PATCH
version when you make
backwards
-
compat
ible bug fixes.
#PATCH
not used (doesn't make sense for API version, remains here for
backwards
compat
)
librist_api_version_major
=
4
librist_api_version_minor
=
1
...
...
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