From 1a6acd642c7dc9a04cf092e1a3837c5636d4b465 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 21 Feb 2018 15:59:50 +0100 Subject: [PATCH] Bump version --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96a3389..6e74d96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -* 2018-02-??: Version 0.2.2 +* 2018-02-21: Version 0.2.2 * Fixes and updates to the stubby.yml.config file. Add separate entries for servers that listen on port 443. * Additional logging of basic config on startup diff --git a/configure.ac b/configure.ac index e8cf106..9fc9fe4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Stubby], [0.2.2-rc1], [team@getdnsapi.net]) +AC_INIT([Stubby], [0.2.2], [team@getdnsapi.net]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/stubby.c])