summaryrefslogtreecommitdiffstats
path: root/src/windows/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/version.rc')
-rw-r--r--src/windows/version.rc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/windows/version.rc b/src/windows/version.rc
index 05dba755d6..3f5b1af6f6 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -1,6 +1,7 @@
#include <windows.h>
#include <winver.h>
#include "patchlevel.h"
+#include "winlevel.h"
/*
* BEGIN COMMON VERSION INFO for GSS and Kerberos version resources
@@ -38,9 +39,9 @@
/* we're going to stamp all the DLLs with the same version number */
#define K5_PRODUCT_VERSION_STRING MAJOR_MINOR MAYBE_PATCH RELTAIL "\0"
-#define K5_PRODUCT_VERSION KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, 0
+#define K5_PRODUCT_VERSION KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, KRB5_BUILDLEVEL
-#define K5_COPYRIGHT "Copyright (C) 1997-2004 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2006 by the Massachusetts Institute of Technology\0"
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
/*