aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-12-14 11:28:24 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-12-14 11:28:24 -0500
commit826b06bb2484a53fdae196e12ec507a67ec87055 (patch)
treecb6e445f994d33effa081cabe71f01ec1a545dde
parent2b7edb3d1f472fc13fd106d94e97192b78db44f2 (diff)
downloadlibtraceevent-826b06bb2484a53fdae196e12ec507a67ec87055.tar.gz
libtraceevent: version 1.7
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e974117..965ff47 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
# libtraceevent version
EP_VERSION = 1
-EP_PATCHLEVEL = 6
-EP_EXTRAVERSION = 3
+EP_PATCHLEVEL = 7
+EP_EXTRAVERSION = 0
EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
MAKEFLAGS += --no-print-directory