diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-04-02 21:46:14 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-04-02 21:46:14 -0700 |
commit | 0c74e117b82aae3c3cf87ce6aa2fe8dca1da9476 (patch) | |
tree | b89c2dbc90a69a5dec834c1fdc2e3c5b39d8d3ab /tests/test_version.cpp | |
parent | a32585286a328367543443dd2520a4bee2b0cb0b (diff) |
Update version to 1.9
Diffstat (limited to 'tests/test_version.cpp')
-rw-r--r-- | tests/test_version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_version.cpp b/tests/test_version.cpp index 1e0b16a..604dcf6 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@ #include "../src/pugixml.hpp" -#if PUGIXML_VERSION != 180 +#if PUGIXML_VERSION != 190 #error Unexpected pugixml version #endif |