From bda8e935e9d70e844f2b8921fc09a0c795ccf74f Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Tue, 3 Apr 2012 05:04:07 +0000 Subject: Updated version number and copyright year everywhere git-svn-id: http://pugixml.googlecode.com/svn/trunk@897 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_version.cpp b/tests/test_version.cpp index e33695e..6fbfe1b 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@ #include "../src/pugixml.hpp" -#if PUGIXML_VERSION != 100 +#if PUGIXML_VERSION != 120 #error Unexpected pugixml version #endif -- cgit v1.2.3