diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-24 15:53:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-24 15:53:13 +0300 |
commit | e7ee5080b45f9f14beb8b4b4e88c3dfad645fe7a (patch) | |
tree | f361adf2830e4bed5ddfafdb686f50b32e1800ff /src/core/stdemail | |
parent | bf95ecabe893a0dac65d4906df3ff2ebf0e5a0ca (diff) |
fix for a common version resource
Diffstat (limited to 'src/core/stdemail')
-rw-r--r-- | src/core/stdemail/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdemail/src/version.h b/src/core/stdemail/src/version.h index acf85d5631..08e484b9d1 100644 --- a/src/core/stdemail/src/version.h +++ b/src/core/stdemail/src/version.h @@ -1,7 +1,7 @@ #include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
+#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING
#define __PLUGIN_NAME "Standard Email module"
#define __FILENAME "stdemail.dll"
|