olena-2.0-28-g8314616 mln/version.hh.in: Fix variable substitution.

--- milena/ChangeLog | 4 ++++ milena/mln/version.hh.in | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 00bbe46..1863db7 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Guillaume Lazzara <z@lrde.epita.fr> + + * mln/version.hh.in: Fix variable substitution. + 2012-06-05 Edwin Carlinet <carlinet@lrde.epita.fr> Remove extra debug code from last patch. Add tests. diff --git a/milena/mln/version.hh.in b/milena/mln/version.hh.in index ac1d712..c0bb843 100644 --- a/milena/mln/version.hh.in +++ b/milena/mln/version.hh.in @@ -1,4 +1,5 @@ -// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009, 2012 EPITA Research and Development Laboratory +// (LRDE) // // This file is part of Olena. // @@ -18,15 +19,15 @@ # define MLN_VERSION_HH /// The address where bug reports should be sent. -#undef OLN_PACKAGE_BUGREPORT +# define OLN_PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" /// The full name of this package. -#undef OLN_PACKAGE_NAME +# define OLN_PACKAGE_NAME "@PACKAGE_NAME@" // The full name and version of this package. -#undef OLN_PACKAGE_STRING +# define OLN_PACKAGE_STRING "@PACKAGE_STRING@" /// The version of this package. -#undef OLN_PACKAGE_VERSION +# define OLN_PACKAGE_VERSION "@PACKAGE_VERSION@" #endif // ! MLN_VERSION_HH -- 1.7.2.5
participants (1)
-
Guillaume Lazzara