---
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(a)lrde.epita.fr>
+
+ * mln/version.hh.in: Fix variable substitution.
+
2012-06-05 Edwin Carlinet <carlinet(a)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
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next-to-apply has been updated
via 8314616cf1da67fe6f7d2e7a31cf4d09e6feafda (commit)
from 6a27016906382fb09dffdecc3253aa89efb27834 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
8314616 mln/version.hh.in: Fix variable substitution.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 4 ++++
milena/mln/version.hh.in | 11 ++++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
#261: Rename Scribo module as DIAna module
----------------------+-----------------------------------------------------
Reporter: lazzara | Owner: Olena Team
Type: proposal | Status: new
Priority: minor | Milestone: Olena 2.1
Component: Scribo | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
Scribo was the name of the project and its meaning is not related to the
module itself.
Why not renaming it as DIAna module (Document Image Analysis module) ?
It would also be more consistent with Olena and Milena.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/261>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#260: Create Homebrew formula
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: lazzara
Type: enhancement | Status: new
Priority: minor | Milestone: Olena 2.1
Component: Olena | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Homebrew is yet another package manager for Mac OS X (like Macports).
http://mxcl.github.com/homebrew/
It is possible to contribute to this project by sending a formula for
Olena.
A formula is just a simple file describing the location of the tarball and
how to build the program.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/260>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.