$extrastylesheet
Olena
User documentation 2.1
An Image Processing Platform
Milena
Getting started
API Reference Manual
All Classes
Examples
Demos
Publications
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
version.hh
1
// Copyright (C) 2009, 2011 EPITA Research and Development Laboratory (LRDE)
2
//
3
// This file is part of Olena.
4
//
5
// Olena is free software: you can redistribute it and/or modify it under
6
// the terms of the GNU General Public License as published by the Free
7
// Software Foundation, version 2 of the License.
8
//
9
// Olena is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
// General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with Olena. If not, see <http://www.gnu.org/licenses/>.
16
19
20
#ifndef MLN_VERSION_HH
21
# define MLN_VERSION_HH
22
24
#define OLN_PACKAGE_BUGREPORT "olena../../../../doc/lrde.epita.fr"
25
27
#define OLN_PACKAGE_NAME "Olena"
28
29
// The full name and version of this package.
30
#define OLN_PACKAGE_STRING "Olena 2.1"
31
33
#define OLN_PACKAGE_VERSION "2.1"
34
36
#define OLN_PACKAGE_URL "http://olena.lrde.epita.fr"
37
39
#define OLN_PACKAGE_AUTHORS "EPITA Research and Development Laboratory (LRDE)"
40
41
#endif // ! MLN_VERSION_HH
mln
version.hh
Copyright (C) 2012 EPITA Research and Development Laboratory (LRDE)