summaryrefslogtreecommitdiffstats
path: root/src/windows/version.rc
diff options
context:
space:
mode:
authorDanilo Almeida <dalmeida@mit.edu>1999-05-18 00:17:47 +0000
committerDanilo Almeida <dalmeida@mit.edu>1999-05-18 00:17:47 +0000
commit73dfe7504e6ebeee735597708f076e22cccb2aae (patch)
tree2058b7ece86234abda4706764f5b2123fd69574e /src/windows/version.rc
parent98e5ac3e4c002ee5a7511b9e336b26bced424025 (diff)
downloadkrb5-73dfe7504e6ebeee735597708f076e22cccb2aae.tar.gz
krb5-73dfe7504e6ebeee735597708f076e22cccb2aae.tar.xz
krb5-73dfe7504e6ebeee735597708f076e22cccb2aae.zip
Boost version to 1.0.6
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11460 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/version.rc')
-rw-r--r--src/windows/version.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/windows/version.rc b/src/windows/version.rc
index e8c4c7fcf4..5d1023121e 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -13,8 +13,8 @@
/* we're going to stamp all the DLLs with the same version number */
-#define K5_FILE_VERSION "1.0\0"
-#define K5_PRODUCT_VERSION 1, 0
+#define K5_PRODUCT_VERSION_STRING "1.0.6\0"
+#define K5_PRODUCT_VERSION 1, 0, 6, 0
#define K5_COPYRIGHT "Copyright (C) 1997 by the Massachusetts Institute of Technology\0"
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
@@ -88,7 +88,7 @@
#define K5_INTERNAL_NAME "sapkrb5\0"
#define K5_FILETYPE VFT_DLL
#if !defined(_WIN32)
-#define K5_ORIGINAL_NAME "sapkrb15.dll\0"
+#define K5_ORIGINAL_NAME "sapkrb16.dll\0"
#else
#define K5_ORIGINAL_NAME "sapkrb32.dll\0"
#endif
@@ -149,12 +149,12 @@ BEGIN
BEGIN
VALUE "CompanyName", K5_COMPANY_NAME
VALUE "FileDescription", K5_DESCRIPTION
- VALUE "FileVersion", K5_FILE_VERSION
+ VALUE "FileVersion", K5_PRODUCT_VERSION_STRING
VALUE "InternalName", K5_INTERNAL_NAME
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", K5_ORIGINAL_NAME
VALUE "ProductName", K5_ORIGINAL_NAME
- VALUE "ProductVersion", K5_FILE_VERSION
+ VALUE "ProductVersion", K5_PRODUCT_VERSION_STRING
VALUE "LegalCopyright", K5_COPYRIGHT
END