aboutsummaryrefslogtreecommitdiff
path: root/src/windows/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/version.rc')
-rw-r--r--src/windows/version.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/version.rc b/src/windows/version.rc
index 1b8ca9d..b42a65c 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -8,7 +8,7 @@
#define PRE_RELEASE
#ifdef PRE_RELEASE
-#define BETA_STR " beta"
+#define BETA_STR " alpha 1"
#define BETA_FLAG VS_FF_PRERELEASE
#else
#define BETA_STR ""
@@ -23,7 +23,7 @@
/* we're going to stamp all the DLLs with the same version number */
-#define K5_PRODUCT_VERSION_STRING "1.3 (TEST)" BETA_STR "\0"
+#define K5_PRODUCT_VERSION_STRING "1.3" BETA_STR "\0"
#define K5_PRODUCT_VERSION 1, 3, 0, 0
#define K5_COPYRIGHT "Copyright (C) 1997-2000 by the Massachusetts Institute of Technology\0"