aboutsummaryrefslogtreecommitdiffstats
diff options
-rw-r--r--Makefile2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f37a3ecd..0cedd2a2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# trace-cmd version
TC_VERSION = 3
TC_PATCHLEVEL = 3
-TC_EXTRAVERSION = 1
+TC_EXTRAVERSION = 2
TRACECMD_VERSION = $(TC_VERSION).$(TC_PATCHLEVEL).$(TC_EXTRAVERSION)
export TC_VERSION
diff --git a/meson.build b/meson.build
index 237d9b40..91230dc9 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.1',
+ version: '3.3.2',
default_options: [
'c_std=gnu99',
'buildtype=debug',