From bcdedde94e82fa2017a0ba24930e3547c3b0ace4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Dec 2016 18:13:27 +0200 Subject: Fix incomplete 2.5.0-a11 version update --- odb/boost/version.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/boost') diff --git a/odb/boost/version.hxx b/odb/boost/version.hxx index d2fedf5..d831094 100644 --- a/odb/boost/version.hxx +++ b/odb/boost/version.hxx @@ -28,7 +28,7 @@ // Check that we have compatible ODB version. // -#if ODB_VERSION != 20410 +#if ODB_VERSION != 20411 # error incompatible odb interface version detected #endif -- cgit v1.1