From b94f4cd9405ce990d0ab7c2ae072f42515c83007 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 6 Feb 2024 14:53:32 +0000 Subject: [PATCH] 10.0.0 --- .abf.yml | 2 +- tinyxml2.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index b122ce0..078abc8 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - tinyxml2-9.0.0.tar.gz: c3a0ba1e5e81f4297d3a796c397682ae3eeb8e89 + tinyxml2-10.0.0.tar.gz: c9030c4bfa0f7cd5ea3a6669f8bf038a2ffcdfed diff --git a/tinyxml2.spec b/tinyxml2.spec index 4207277..7c06845 100644 --- a/tinyxml2.spec +++ b/tinyxml2.spec @@ -1,10 +1,10 @@ -%define major 9 +%define major 10 %define libname %mklibname %{name} _%{major} %define devname %mklibname %{name} -d Summary: Simple, small and efficient C++ XML parser Name: tinyxml2 -Version: 9.0.0 +Version: 10.0.0 Release: 1 License: zlib Group: System/Libraries