aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-15 17:48:26 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-15 17:48:26 -0700
commit8b3c78cf20fdeae2df0a28ebd98b8c4f8a14059f (patch)
tree85d5df7b2742d10564fe7934a7c235a54146c80f
parent71f85095cc85b34e2b21fcdacb1cc1a791c1c8c2 (diff)
downloadpugixml-8b3c78cf20fdeae2df0a28ebd98b8c4f8a14059f.zip
pugixml-8b3c78cf20fdeae2df0a28ebd98b8c4f8a14059f.tar.gz
pugixml-8b3c78cf20fdeae2df0a28ebd98b8c4f8a14059f.tar.bz2
Version needs to be a string...
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 266c42f..dd40d53 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,7 +1,7 @@
name: pugixml.org
description: Light-weight, simple and fast XML parser for C++ with XPath support
url: http://pugixml.org/
-version: 1.10
+version: "1.10"
gems:
- jekyll-redirect-from