summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index c2c72eb707..b9e9e217d1 100644
--- a/config.nmake
+++ b/config.nmake
@@ -48,7 +48,7 @@ VERSION_EXTRA=$(WIRESHARK_VERSION_EXTRA)
!IFDEF WIRESHARK_VERSION_FLAVOR
VERSION_FLAVOR=$(WIRESHARK_VERSION_FLAVOR)
!ELSE
-VERSION_FLAVOR="Development Build"
+VERSION_FLAVOR=Development Build
!ENDIF
# The version of the wiretap library. Recommended: Leave unchanged.