summaryrefslogtreecommitdiff
path: root/win32/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config.h')
-rw-r--r--win32/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h
index f41dda32..4b8cb6da 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -19,6 +19,6 @@
#pragma warning(disable : 4996)/* This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. */
#endif
-#define OPUS_VERSION "0.9.11 win32"
+#include "version.h"
#endif CONFIG_H