Release 1.10.1

This commit is contained in:
Frédéric Mangano 2024-05-19 11:33:31 +09:00
parent 3da23b58c9
commit d9b051210b
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
opustags changelog
==================
1.10.1 - 2024-05-19
-------------------
Fix a build error on recent systems.
1.10.0 - 2024-05-03
-------------------

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
project(
opustags
VERSION 1.10.0
VERSION 1.10.1
LANGUAGES CXX
)