From 9baf168d3e1b4529c2a44763f7b54cc3d71bdf5c Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Thu, 16 Jan 2025 12:43:28 +0100 Subject: [PATCH] Bump version number to 1.03. --- Changes | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 75a440f..c44bd0d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for pfresolved pf table DNS update daemon +1.03 + 1.02 2025-01-16 * Add control socket to pfresolved and implement pfresolvectl command line tool. diff --git a/Makefile b/Makefile index 46e80de..ed448e5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ CFLAGS+= -Wsign-compare LDFLAGS+= -L/usr/local/lib -VERSION= 1.02 +VERSION= 1.03 CLEANFILES= pfresolved-${VERSION}.tar.gz* REGRESSFILES!= make -C ${.CURDIR}/regress -V PERLS -V ARGS CTLFILES!= make -C ${.CURDIR}/pfresolvectl -V CTLFILES