aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2024-01-11 19:27:08 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2024-01-11 19:27:08 -0500
commit78f04d3d7a6bad683b759d59ec9fe8ded0eb5a4b (patch)
treecfcdd03875519255a355981be02b061cceea911e
parentcd5606aaa0f2d2633c93560f511c27bddc7e4e96 (diff)
downloadtrace-cmd-78f04d3d7a6bad683b759d59ec9fe8ded0eb5a4b.tar.gz
libtracecmd: Version 1.5.1libtracecmd-1.5.1
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile2
-rw-r--r--lib/meson.build2
-rw-r--r--meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ae768eb5..b0e5bb5e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ export TRACECMD_VERSION
LIBTC_VERSION = 1
LIBTC_PATCHLEVEL = 5
-LIBTC_EXTRAVERSION = 0
+LIBTC_EXTRAVERSION = 1
LIBTRACECMD_VERSION = $(LIBTC_VERSION).$(LIBTC_PATCHLEVEL).$(LIBTC_EXTRAVERSION)
export LIBTC_VERSION
diff --git a/lib/meson.build b/lib/meson.build
index 431ddeee..5287e150 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -6,7 +6,7 @@ project(
'libtracecmd', ['c'],
meson_version: '>= 0.50.0',
license: 'GPL-2.0',
- version: '1.5.0',
+ version: '1.5.1',
default_options: [
'c_std=gnu99',
'buildtype=debug',
diff --git a/meson.build b/meson.build
index aadfe277..e0355711 100644
--- a/meson.build
+++ b/meson.build
@@ -125,7 +125,7 @@ incdir = include_directories(['.', 'include'])
# trace-cmd (or the other way around). To reduce the development setup
# complexity we add some of the 'top meson.build' from libtracecmd and
# make it simpler to use.
-library_version = '1.3.0'
+library_version = '1.5.1'
libtracecmd_standalone_build = false
libtracecmd_ext_incdir = include_directories(
[