libtracecmd: Version 1.5.1

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
diff --git a/Makefile b/Makefile
index ae768eb..b0e5bb5 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
 
 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 431ddee..5287e15 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -6,7 +6,7 @@
     '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 aadfe27..e035571 100644
--- a/meson.build
+++ b/meson.build
@@ -125,7 +125,7 @@
 # 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(
     [