diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 05:36:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 05:36:20 +0000 |
commit | 30bdda11e00c2f13bab72d670fe57959d285a265 (patch) | |
tree | 0273928608e7585e4523f3bd08384af52fbbc78a /src/libknot | |
parent | Releasing progress-linux version 3.3.6-3~progress7.99u1. (diff) | |
download | knot-30bdda11e00c2f13bab72d670fe57959d285a265.tar.xz knot-30bdda11e00c2f13bab72d670fe57959d285a265.zip |
Merging upstream version 3.3.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libknot')
-rw-r--r-- | src/libknot/version.h | 2 |
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) | \ |