aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-12-07 11:04:53 -0500
committerTom Yu <tlyu@mit.edu>2012-12-07 12:24:52 -0500
commitbeb60be5ff27c20690d6371424400c90b1e4418a (patch)
tree1f177aa33137eed710c5b6e6d7622c095684f2c2
parent2408f6b5419d452780a01b6ff1150ed6f7a9883a (diff)
downloadkrb5-beb60be5ff27c20690d6371424400c90b1e4418a.zip
krb5-beb60be5ff27c20690d6371424400c90b1e4418a.tar.gz
krb5-beb60be5ff27c20690d6371424400c90b1e4418a.tar.bz2
Ready for KfW 4.0.1kfw-4.0.1-final
Release builds, not beta. Update reltag/reltail where appropriate, and bump the buildlevel.
-rw-r--r--src/patchlevel.h4
-rw-r--r--src/windows/installer/wix/site-local.wxi5
-rw-r--r--src/windows/kerberos.ver2
-rw-r--r--src/windows/winlevel.h2
4 files changed, 7 insertions, 6 deletions
diff --git a/src/patchlevel.h b/src/patchlevel.h
index d8bbcf9..c5e76d1 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,6 +52,6 @@
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 10
#define KRB5_PATCHLEVEL 3
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_RELTAIL "kfw-4.0.1-final"
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.10"
+#define KRB5_RELTAG "kfw-4.0.1-final"
diff --git a/src/windows/installer/wix/site-local.wxi b/src/windows/installer/wix/site-local.wxi
index e881bd5..21678ef 100644
--- a/src/windows/installer/wix/site-local.wxi
+++ b/src/windows/installer/wix/site-local.wxi
@@ -49,10 +49,11 @@
<!-- At most one of the following could be defined and must correspond
to the type of build performed. -->
- <!-- <?define Release?> -->
+ <?define Release?>
<!-- Optional defines -->
- <?define Beta="1"?> <!-- Numeric Beta identifier -->
+ <!-- Numeric Beta identifier -->
+ <!-- <?define Beta="1"?> -->
<!-- <?define OldHelp?> --> <!-- Specifies the use of the old leash32.hlp file
instead of the new leash32.chm file -->
diff --git a/src/windows/kerberos.ver b/src/windows/kerberos.ver
index 3e6ca7b..489e8a9 100644
--- a/src/windows/kerberos.ver
+++ b/src/windows/kerberos.ver
@@ -48,6 +48,6 @@
#define KRB5_MAJOR_RELEASE 4
#define KRB5_MINOR_RELEASE 0
#define KRB5_PATCHLEVEL 1
-#define KRB5_RELTAIL "beta1"
+/* #undef KRB5_RELTAIL */
#define KRB5_PRODUCTNAME_STR "MIT Kerberos for Windows"
diff --git a/src/windows/winlevel.h b/src/windows/winlevel.h
index 13ad8fc..f98f66c 100644
--- a/src/windows/winlevel.h
+++ b/src/windows/winlevel.h
@@ -29,4 +29,4 @@
* updated for each alpha, beta, final release. This will ensure
* that file identifiers are unique
*/
-#define KRB5_BUILDLEVEL 0
+#define KRB5_BUILDLEVEL 1