From b0b19063bffe83af805f2b92106b7da47e21a5d4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 14 Aug 2018 19:08:10 +0300 Subject: Make git_version() to return semantic_version rather than standard_version --- libbutl/git.mxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbutl/git.mxx') diff --git a/libbutl/git.mxx b/libbutl/git.mxx index b2023a6..56e5dee 100644 --- a/libbutl/git.mxx +++ b/libbutl/git.mxx @@ -21,11 +21,11 @@ import std.core; #endif import butl.path; import butl.optional; -import butl.standard_version +import butl.semantic_version #else #include #include -#include +#include #endif #include @@ -41,6 +41,6 @@ LIBBUTL_MODEXPORT namespace butl // Try to parse the line printed by the 'git --version' command. Return git // version if succeed, nullopt otherwise. // - LIBBUTL_SYMEXPORT optional + LIBBUTL_SYMEXPORT optional git_version (const std::string&); } -- cgit v1.1