summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-07 13:45:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-07 13:45:18 +0000
commit3f7e71c8c57997eb3b1bc778555a7dcf61796c6c (patch)
tree19d76cd0177d3cbc8d0c9af9d7408fa575e11ffd /configure.ac
parentReleasing debian version 1.2.1-3. (diff)
downloaddnsjit-3f7e71c8c57997eb3b1bc778555a7dcf61796c6c.tar.xz
dnsjit-3f7e71c8c57997eb3b1bc778555a7dcf61796c6c.zip
Merging upstream version 1.2.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b3838af..b7dab7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,10 +17,10 @@
# along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.64)
-AC_INIT([dnsjit], [1.2.1], [admin@dns-oarc.net], [dnsjit], [https://github.com/DNS-OARC/dnsjit/issues])
+AC_INIT([dnsjit], [1.2.2], [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], [1], [Define to the patch version of this package.])
+AC_DEFINE([PACKAGE_PATCH_VERSION], [2], [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])