Continue to increment the buildlevel as well.
<!--<?define Release?>-->
<!-- Optional defines -->
- <?define Beta="8"?> <!-- Numeric Beta identifier -->
+ <?define Beta="9"?> <!-- Numeric Beta identifier -->
<!-- <?define OldHelp?> --> <!-- Specifies the use of the old leash32.hlp file
instead of the new leash32.chm file -->
#define KRB5_MAJOR_RELEASE 4
#define KRB5_MINOR_RELEASE 0
#define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta8"
+#define KRB5_RELTAIL "beta9"
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "KFW 4.0 beta8"
+#define KRB5_RELTAG "KFW 4.0 beta9"
#define KRB5_PRODUCTNAME_STR "MIT Kerberos for Windows"
* updated for each alpha, beta, final release. This will ensure
* that file identifiers are unique
*/
-#define KRB5_BUILDLEVEL 1
+#define KRB5_BUILDLEVEL 2