summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:32:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:33:10 +0000
commiteecb710e7b11227e9ce3ceffc2fed79a7ca48720 (patch)
tree6b9ccc399f5f43360bafdc6ea647a4b1abbef47b /configure.ac
parentReleasing debian version 1.2.2-1. (diff)
downloaddnsjit-eecb710e7b11227e9ce3ceffc2fed79a7ca48720.tar.xz
dnsjit-eecb710e7b11227e9ce3ceffc2fed79a7ca48720.zip
Merging upstream version 1.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b7dab7f..8b4fdbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
@@ -17,10 +17,10 @@
# along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.64)
-AC_INIT([dnsjit], [1.2.2], [admin@dns-oarc.net], [dnsjit], [https://github.com/DNS-OARC/dnsjit/issues])
+AC_INIT([dnsjit], [1.2.3], [admin@dns-oarc.net], [dnsjit], [https://github.com/DNS-OARC/dnsjit/issues])
AC_DEFINE([PACKAGE_MAJOR_VERSION], [1], [Define to the major version of this package.])
AC_DEFINE([PACKAGE_MINOR_VERSION], [2], [Define to the minor version of this package.])
-AC_DEFINE([PACKAGE_PATCH_VERSION], [2], [Define to the patch version of this package.])
+AC_DEFINE([PACKAGE_PATCH_VERSION], [3], [Define to the patch version of this package.])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnsjit.c])
AC_CONFIG_HEADER([src/config.h])