From 1bd3bce7d3ed8d9896b5762455cfeaa77f710a35 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sun, 26 Jan 2014 09:09:38 +0000 Subject: [PATCH] phoenix/version.hpp Change version to 3.0.1 --- include/boost/phoenix/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/version.hpp b/include/boost/phoenix/version.hpp index 9b3fd04..f639cd3 100644 --- a/include/boost/phoenix/version.hpp +++ b/include/boost/phoenix/version.hpp @@ -13,6 +13,6 @@ // This is the version of the library // /////////////////////////////////////////////////////////////////////////////// -#define BOOST_PHOENIX_VERSION 0x3000 // 3.0.0 +#define BOOST_PHOENIX_VERSION 0x3001 // 3.0.1 #endif