diff options
Diffstat (limited to 'protocols/MSN/src')
-rw-r--r-- | protocols/MSN/src/version.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 7afcf80876..c8e4da5cd9 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -23,9 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define __RELEASE_NUM 0
#define __BUILD_NUM 2
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __TOSTRING(x) #x
-#define __VERSION_STRING __TOSTRING(__FILEVERSION_STRING)
+#include <stdver.h>
#define __PLUGIN_NAME "MSN Protocol"
#define __DESCRIPTION "Microsoft Network (MSN) protocol support for Miranda NG."
|