aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-14 19:28:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-14 19:28:54 +0300
commit8e5f53fd249f08b0be0a7d4eec65f425cfb79eae (patch)
tree247b5321b3fda46c390525fab1cc194e64c20ddb /bdep/types.hxx
parentfc9dbf81953ebe3b0757638671eb31787f4f387d (diff)
Adapt to git_version() returning semantic_version now
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index 0c13639..7cf5c41 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -28,7 +28,7 @@
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
#include <libbutl/small-vector.mxx>
-#include <libbutl/standard-version.mxx>
+#include <libbutl/semantic-version.mxx>
namespace bdep
{
@@ -111,9 +111,9 @@ namespace bdep
using butl::fdopen_mode;
using butl::fdstream_mode;
- // <libbutl/standard-version.mxx>
+ // <libbutl/semantic-version.mxx>
//
- using butl::standard_version;
+ using butl::semantic_version;
}
// In order to be found (via ADL) these have to be either in std:: or in