summaryrefslogtreecommitdiff
path: root/plugins/BASS_interface/src/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/BASS_interface/src/Version.h')
-rw-r--r--plugins/BASS_interface/src/Version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/BASS_interface/src/Version.h b/plugins/BASS_interface/src/Version.h
index 05571ad9f6..62fe6ecfdf 100644
--- a/plugins/BASS_interface/src/Version.h
+++ b/plugins/BASS_interface/src/Version.h
@@ -1,17 +1,11 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
-#define __BUILD_NUM 13
+#define __BUILD_NUM 14
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
#define __PLUGIN_NAME "BASS interface"
-#define __INTERNAL_NAME "BASS_interface"
#define __FILENAME "BASS_interface.dll"
#define __DESCRIPTION "un4seen's BASS interface Miranda NG plugin."
#define __AUTHOR "tico-tico"