cmake/version.cmake.in
author Peter Kovacs <kpeter@inf.elte.hu>
Wed, 06 May 2009 14:37:44 +0200
changeset 694 dcba640438c7
child 725 d1e1cd94bf49
permissions -rw-r--r--
Bug fixes in connectivity.h (#285)

- Bug fix in tree().
- Rename simpleDigraph() to simpleGraph() (it works for both
directed and undirected graphs).
- Possibly faster implementation for parallelFree() and
simpleGraph().
     1 SET(PROJECT_NAME "@PACKAGE_NAME@")
     2 SET(PROJECT_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")