summaryrefslogtreecommitdiffstats
path: root/src/version.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
commitf5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66 (patch)
treeb0042536e5ff6047564d27d25470dcec2b92f258 /src/version.h
parentReleasing debian version 1.2.3-3. (diff)
downloaddnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.tar.xz
dnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.zip
Merging upstream version 1.3.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h
index 8274a7f..94a09d3 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, 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 2
-#define DNSJIT_PATCH_VERSION 3
+#define DNSJIT_MINOR_VERSION 3
+#define DNSJIT_PATCH_VERSION 0
#endif