We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c46eb6 commit 9da7e59Copy full SHA for 9da7e59
Makefile
@@ -2,7 +2,7 @@
2
# trace-cmd version
3
TC_VERSION = 3
4
TC_PATCHLEVEL = 3
5
-TC_EXTRAVERSION = 2
+TC_EXTRAVERSION = 3
6
TRACECMD_VERSION = $(TC_VERSION).$(TC_PATCHLEVEL).$(TC_EXTRAVERSION)
7
8
export TC_VERSION
meson.build
@@ -6,7 +6,7 @@ project(
'trace-cmd', ['c'],
meson_version: '>= 0.50.0',
license: 'GPL-2.0',
9
- version: '3.3.2',
+ version: '3.3.3',
10
default_options: [
11
'c_std=gnu99',
12
'buildtype=debug',
0 commit comments