diff options
-rw-r--r-- | src/patchlevel.h | 4 | ||||
-rw-r--r-- | src/windows/winlevel.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/patchlevel.h b/src/patchlevel.h index 24bd95e25..143dbbc62 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -53,6 +53,6 @@ #define KRB5_MAJOR_RELEASE 1 #define KRB5_MINOR_RELEASE 4 #define KRB5_PATCHLEVEL 4 -#define KRB5_RELTAIL "postrelease" +#define KRB5_RELTAIL "kfw-3.1.0" /* #undef KRB5_RELDATE */ -#define KRB5_RELTAG "branches/krb5-1-4" +#define KRB5_RELTAG "tags/kfw-3_1_0-final" diff --git a/src/windows/winlevel.h b/src/windows/winlevel.h index 5ed9fb96c..e4902672a 100644 --- a/src/windows/winlevel.h +++ b/src/windows/winlevel.h @@ -30,4 +30,4 @@ * updated for each alpha, beta, final release. This will ensure
* that file identifiers are unique
*/
-#define KRB5_BUILDLEVEL 5
+#define KRB5_BUILDLEVEL 6
|