summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/windows/version.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/version.rc b/src/windows/version.rc
index d2c341d37..275867f3f 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -12,7 +12,7 @@
#define MAJOR_MINOR STR(KRB5_MAJOR_RELEASE) "." STR(KRB5_MINOR_RELEASE)
-#if KRB5_PATCH_LEVEL != 0
+#if KRB5_PATCHLEVEL != 0
#define MAYBE_PATCH "." STR(KRB5_PATCHLEVEL)
#else
#define MAYBE_PATCH ""