diff --git a/src/svn_version.sh b/src/svn_version.sh index c0bd26a4..26c9767d 100755 --- a/src/svn_version.sh +++ b/src/svn_version.sh @@ -13,5 +13,5 @@ if [ ! -e svn_version.h ]; then echo "#define SVN_VERSION $svn_version" > svn_version.h fi -# That's All Folks! +# That's all Folks! ## diff --git a/src/version.hpp b/src/version.hpp index 5cabde72..8ab16c82 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -37,7 +37,12 @@ // + standard includes #include +// svn version has not been implemented yet for DevStudio +#if defined(_MSC_VER) +#define SVN_VERSION 0 +#else #include "svn_version.h" +#endif /*! @brief %Exiv2 MAJOR version number of the library used at compile-time.