cmake/version.cmake.in
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 28 Sep 2009 12:48:44 +0200
changeset 739 32baeb8e5c8f
parent 480 64c2641286df
child 983 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.
     1 SET(LEMON_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")