From c09cd7512491cee1e82c1ad8128ce9fd4bc3f79b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Sep 2017 23:32:28 +0200 Subject: Initial modularization with both Clang and VC hacks Note: gave up on VC about half way though. --- libbutl/version.hxx.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbutl/version.hxx.in') diff --git a/libbutl/version.hxx.in b/libbutl/version.hxx.in index 780d21a..add5154 100644 --- a/libbutl/version.hxx.in +++ b/libbutl/version.hxx.in @@ -2,7 +2,7 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#ifndef LIBBUTL_VERSION // Note: using the version macro itself. +#pragma once // Note: using build2 standard versioning scheme. The numeric version format // is AAABBBCCCDDDE where: @@ -36,5 +36,3 @@ #define LIBBUTL_SNAPSHOT $libbutl.version.snapshot_sn$ULL #define LIBBUTL_SNAPSHOT_ID "$libbutl.version.snapshot_id$" - -#endif // LIBBUTL_VERSION -- cgit v1.1