Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Thomason <leethomason@gmail.com>2021-05-16 06:21:47 +0300
committerLee Thomason <leethomason@gmail.com>2021-05-16 06:21:47 +0300
commit9c6752a6413243bc10574578b8379fce43133d61 (patch)
treebbfb3d59a8b2565b4548e4992fa8909631130739 /meson.build
parentcc2efbbd21afb5af2f64d0b0a78f4be322a9ee4f (diff)
setting the version to 8.1.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ba92027..96fb286 100644
--- a/meson.build
+++ b/meson.build
@@ -22,7 +22,7 @@
project(
'tinyxml2',
['cpp'],
- version : '8.0.0',
+ version : '8.1.0',
meson_version : '>= 0.49.0',
)