From f243d940f519e0a49981dc47abe07951b03de1d3 Mon Sep 17 00:00:00 2001 From: Dmitriy Morozov Date: Fri, 28 Sep 2018 14:20:56 -0700 Subject: [PATCH] Change version to 3.5.0 --- include/diy/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diy/version.hpp b/include/diy/version.hpp index 84f593b0d..2b6812353 100644 --- a/include/diy/version.hpp +++ b/include/diy/version.hpp @@ -3,6 +3,6 @@ #define DIY_VERSION_MAJOR 3 #define DIY_VERSION_MINOR 5 -#define DIY_VERSION_PATCH dev0 +#define DIY_VERSION_PATCH 0 #endif