[med-svn] r8889 - trunk/packages/insighttoolkit/wrapitk/python/trunk
Steven Michael Robbins
smr at alioth.debian.org
Sun Dec 11 03:00:45 UTC 2011
Author: smr
Date: 2011-12-11 03:00:45 +0000 (Sun, 11 Dec 2011)
New Revision: 8889
Modified:
trunk/packages/insighttoolkit/wrapitk/python/trunk/CMakeLists.txt
Log:
Fix version
Modified: trunk/packages/insighttoolkit/wrapitk/python/trunk/CMakeLists.txt
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/CMakeLists.txt 2011-12-11 03:00:39 UTC (rev 8888)
+++ trunk/packages/insighttoolkit/wrapitk/python/trunk/CMakeLists.txt 2011-12-11 03:00:45 UTC (rev 8889)
@@ -5,7 +5,7 @@
# ITK version number. An even minor number corresponds to releases.
SET(ITK_VERSION_MAJOR "3")
SET(ITK_VERSION_MINOR "20")
-SET(ITK_VERSION_PATCH "0")
+SET(ITK_VERSION_PATCH "1")
# This setting of SOVERSION assumes that any API change
# will increment either the minor or major version number of ITK.
More information about the debian-med-commit
mailing list