From 10707aec2c3e87be18f969cfc6eb936098d7f39f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Mare=C5=A1?= Date: Sun, 17 Aug 2025 15:29:06 +0200 Subject: [PATCH] Released as 1.1. --- ChangeLog | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35dc0f9..9a2a408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-08-17 Martin Mares + + * Released as 1.1. + + * Ported to PCRE2. + 2013-12-09 Martin Mares * Released as 1.0.1. diff --git a/Makefile b/Makefile index fa274ef..d12bfe7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.1 +VERSION=1.1 ARCHIVE=xsv-$(VERSION).tar.gz PCRE_CFLAGS:=$(shell pcre2-config --cflags) -- 2.47.3