From a1b0454b57ae186bd9ecb9eb82d83c50b3ad48cb Mon Sep 17 00:00:00 2001 From: mat007 Date: Mon, 25 Nov 2013 06:50:55 +0000 Subject: [PATCH] Added version.hpp to source files when building release packages git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@700 860be788-9bd5-4423-9f1e-828f051e677b --- build/build.xml | 16 ++++++++++++---- build/version.hpp | 9 +++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 build/version.hpp diff --git a/build/build.xml b/build/build.xml index 9e6e6b4..06e81d4 100644 --- a/build/build.xml +++ b/build/build.xml @@ -118,11 +118,9 @@ - - @@ -235,11 +233,21 @@ - + + + + + + - + + + + + + diff --git a/build/version.hpp b/build/version.hpp new file mode 100644 index 0000000..2dfeecc --- /dev/null +++ b/build/version.hpp @@ -0,0 +1,9 @@ +// http://turtle.sourceforge.net +// +// Copyright Mathieu Champlon 2013 +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) + +#define MOCK_VERSION @MOCK_VERSION@