summaryrefslogtreecommitdiff
path: root/include/apu_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apu_version.h')
-rw-r--r--include/apu_version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apu_version.h b/include/apu_version.h
index 256ad246..06d43db6 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -74,7 +74,9 @@
#if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)
/** Internal: string form of the "is dev" flag */
+#ifndef APU_IS_DEV_STRING
#define APU_IS_DEV_STRING "-dev"
+#endif
#else
#define APU_IS_DEV_STRING ""
#endif