aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-11-04 21:38:55 +0000
committerTom Yu <tlyu@mit.edu>2002-11-04 21:38:55 +0000
commit2e46b2b5d54c0489baabd67b974aa12e6df8041c (patch)
treed9142b84267aa877b358be3681519e94cc25d4cc
parent727d79adb047e2239ad37954eb018a49652b50a5 (diff)
downloadkrb5-2e46b2b5d54c0489baabd67b974aa12e6df8041c.zip
krb5-2e46b2b5d54c0489baabd67b974aa12e6df8041c.tar.gz
krb5-2e46b2b5d54c0489baabd67b974aa12e6df8041c.tar.bz2
* version.rc: 1.2.7-beta1
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-2-2-branch@14966 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/windows/ChangeLog4
-rw-r--r--src/windows/version.rc8
2 files changed, 8 insertions, 4 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
index 48da418..4240264 100644
--- a/src/windows/ChangeLog
+++ b/src/windows/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-04 Tom Yu <tlyu@mit.edu>
+
+ * version.rc: 1.2.7-beta1.
+
2002-09-11 Tom Yu <tlyu@mit.edu>
* version.rc: 1.2.6 final.
diff --git a/src/windows/version.rc b/src/windows/version.rc
index fb79b35..cbf8e0f 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -5,10 +5,10 @@
* BEGIN COMMON VERSION INFO for GSS and Kerberos version resources
*/
-// #define PRE_RELEASE
+#define PRE_RELEASE
#ifdef PRE_RELEASE
-#define BETA_STR " beta 2"
+#define BETA_STR " beta 1"
#define BETA_FLAG VS_FF_PRERELEASE
#else
#define BETA_STR ""
@@ -23,8 +23,8 @@
/* we're going to stamp all the DLLs with the same version number */
-#define K5_PRODUCT_VERSION_STRING "1.2.6" BETA_STR "\0"
-#define K5_PRODUCT_VERSION 1, 2, 6, 0
+#define K5_PRODUCT_VERSION_STRING "1.2.7" BETA_STR "\0"
+#define K5_PRODUCT_VERSION 1, 2, 7, 0
#define K5_COPYRIGHT "Copyright (C) 1997-2001 by the Massachusetts Institute of Technology\0"
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"