cmake/version.cmake.in
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 28 Sep 2009 12:48:44 +0200
changeset 786 32baeb8e5c8f
parent 503 64c2641286df
child 1135 fc1aa7c01c55
permissions -rw-r--r--
Modify the implementation of ListDigraph::ArcIt (#311)

The new implementation is based on out-arc iteration (like
ListGraph::ArcIt) instead of in-arc iteration to make it
consistent with the documentation.
ladanyi@725
     1
SET(LEMON_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")