aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2023-03-27 18:16:23 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-03-27 18:16:23 -0400
commit1c6f0f3b2bb47571fc455dc565dc343152517d98 (patch)
tree9790d2cfd56379a82fd4b17e3b8f4518fc5f9794
parent73f6a8ac2920a35a9acd4ca7b95062d1aef361b8 (diff)
downloadlibtraceevent-1c6f0f3b2bb47571fc455dc565dc343152517d98.tar.gz
libtraceevent: version 1.7.2libtraceevent-1.7.2
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20d90be..6cae065 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtraceevent version
EP_VERSION = 1
EP_PATCHLEVEL = 7
-EP_EXTRAVERSION = 1
+EP_EXTRAVERSION = 2
EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
MAKEFLAGS += --no-print-directory