aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-06-16 12:56:01 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-06-16 12:56:01 -0400
commit7ffaf4673e9ccb1fafa99f8d1c8cb5a5c0bb685d (patch)
tree172341da86bfcc172c3a441bf51428833d57d852
parent501695160aebe18e905456fa5562cfda42864cc2 (diff)
downloadlibtraceevent-7ffaf4673e9ccb1fafa99f8d1c8cb5a5c0bb685d.tar.gz
libtraceevent: version 1.6.1libtraceevent-1.6.1
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 7f9be31..2fff759 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtraceevent version
EP_VERSION = 1
EP_PATCHLEVEL = 6
-EP_EXTRAVERSION = 0
+EP_EXTRAVERSION = 1
EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
MAKEFLAGS += --no-print-directory