Skip to content

#274 config.h should define DUNE_<PACKAGE>_VERSION

Metadata

Property Value
Reported by Markus Blatt (markus@dr-blatt.de)
Reported at Mar 23, 2007 12:43
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Last edited at Mar 4, 2008 16:51
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at Mar 4, 2008 16:51
Closed in version Unknown
Resolution Implemented
Comment

Description

I think that there is something missing in the VERSION defs in config.h

Currently each module just knows its own Version number, which IMHO is pretty useless. Additional to VERSION we need to define something like DUNE_<MODULE_NAME>_VERSION for each module the module/application depends on. Then one can adapt to different versions of the modules used.