summaryrefslogtreecommitdiffstats
path: root/src/libknot/version.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 05:36:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 05:36:20 +0000
commit63ee71ce64bc2f404ab5f775fa5b10e24adf6830 (patch)
tree101f05fa1f67fe53d22a217db5c1cada337a93bf /src/libknot/version.h
parentAdding debian version 3.3.6-3. (diff)
downloadknot-63ee71ce64bc2f404ab5f775fa5b10e24adf6830.tar.xz
knot-63ee71ce64bc2f404ab5f775fa5b10e24adf6830.zip
Merging upstream version 3.3.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libknot/version.h')
-rw-r--r--src/libknot/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libknot/version.h b/src/libknot/version.h
index 66b1793..cca89f7 100644
--- a/src/libknot/version.h
+++ b/src/libknot/version.h
@@ -18,7 +18,7 @@
#define KNOT_VERSION_MAJOR 3
#define KNOT_VERSION_MINOR 3
-#define KNOT_VERSION_PATCH 0x06
+#define KNOT_VERSION_PATCH 0x07
#define KNOT_VERSION_HEX ((KNOT_VERSION_MAJOR << 16) | \
(KNOT_VERSION_MINOR << 8) | \