diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-03 07:49:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-03 07:49:53 +0000 |
commit | 9ed2732784a3330f8832de59124a78401cd6500f (patch) | |
tree | 12338459dad59bd39178051e375661e9c47b3775 /src/version.h | |
parent | Releasing debian version 1.3.0-2. (diff) | |
download | dnsjit-9ed2732784a3330f8832de59124a78401cd6500f.tar.xz dnsjit-9ed2732784a3330f8832de59124a78401cd6500f.zip |
Merging upstream version 1.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h index 94a09d3..94fffa0 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2023, OARC, Inc. + * Copyright (c) 2018-2024 OARC, Inc. * All rights reserved. * * This file is part of dnsjit. @@ -22,7 +22,7 @@ #define __dnsjit_version_h #define DNSJIT_MAJOR_VERSION 1 -#define DNSJIT_MINOR_VERSION 3 +#define DNSJIT_MINOR_VERSION 4 #define DNSJIT_PATCH_VERSION 0 #endif |