diff options
| author | Steven Rostedt (Google) <rostedt@goodmis.org> | 2026-02-05 10:12:17 -0500 |
|---|---|---|
| committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2026-02-05 11:15:29 -0500 |
| commit | 3ce20923b3efa60d417da7acc8a327615fbd1419 (patch) | |
| tree | 408630154167f0163f5d7cf9a537702d87d18b64 | |
| parent | 8461f0ea11dfd8e0272978337e218ee90bab4de3 (diff) | |
| download | trace-cmd-master.tar.gz | |
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 # trace-cmd version TC_VERSION = 3 -TC_PATCHLEVEL = 3 -TC_EXTRAVERSION = 3 +TC_PATCHLEVEL = 4 +TC_EXTRAVERSION = 0 TRACECMD_VERSION = $(TC_VERSION).$(TC_PATCHLEVEL).$(TC_EXTRAVERSION) export TC_VERSION diff --git a/meson.build b/meson.build index 67d4681d..d1c0f5f0 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( 'trace-cmd', ['c'], meson_version: '>= 0.50.0', license: 'GPL-2.0', - version: '3.3.3', + version: '3.4.0', default_options: [ 'c_std=gnu99', 'buildtype=debug', |
