diff --git a/ChangeLog b/ChangeLog index f2c6808..404b8ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -* 2019-02-xx: Version 0.2.6 +* 2019-04-03: Version 0.2.6 * Windows: use appropriate system and user configuration directories. * Windows: replace references to C:\Program Files with %PROGRAMFILES%. * Windows: use location of stubby.bat to find stubby.exe and stubby.yml. diff --git a/configure.ac b/configure.ac index c2cf358..a97465e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Stubby], [0.2.5], [team@getdnsapi.net]) +AC_INIT([Stubby], [0.2.6], [team@getdnsapi.net]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/stubby.c])