From: Martin Mareš Date: Sun, 17 Aug 2025 13:29:06 +0000 (+0200) Subject: Released as 1.1. X-Git-Tag: v1.1~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=10707aec2c3e87be18f969cfc6eb936098d7f39f;p=xsv.git Released as 1.1. --- 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)