Skip to content

Commit

Permalink
Merge topic 'IncorrectPreprocessorVariable'
Browse files Browse the repository at this point in the history
e4a09ed COMP: Undefined preprocessor variable.
  • Loading branch information
hjmjohnson authored and kwrobot committed Oct 30, 2011
2 parents 4e18a00 + e4a09ed commit 764f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
ITK_VERSION_TO_STRING(ITK_VERSION_MAJOR) "." \
ITK_VERSION_TO_STRING(ITK_VERSION_MINOR) "." \
ITK_VERSION_TO_STRING(ITK_VERSION_PATCH)
#if ITK_MINOR_VERSION & 1
#if ITK_VERSION_MINOR & 1
#include "itksys/DateStamp.h" // For date stamp
#define ITK_SOURCE_VERSION "itk version " ITK_VERSION ", Date: " itksys_DATE_STAMP_STRING
#else
Expand Down

0 comments on commit 764f5ee

Please sign in to comment.