]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
KfW version update for kfw-4.0-beta9
authorBen Kaduk <kaduk@mit.edu>
Fri, 31 Aug 2012 22:36:10 +0000 (18:36 -0400)
committerTom Yu <tlyu@mit.edu>
Fri, 31 Aug 2012 22:40:02 +0000 (18:40 -0400)
Continue to increment the buildlevel as well.

src/windows/installer/wix/site-local.wxi
src/windows/kerberos.ver
src/windows/winlevel.h

index 06281a0f25119b1c575aa7edd84217983b42cbd1..321475b5b6858408fb94af2673cdad72dcf88097 100644 (file)
@@ -52,7 +52,7 @@
     <!--<?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 -->
 
index 49f3bdc0a4af433896e3059b4b2193b83e301363..15b205c83ec6464d7e36fd74a3c127b9fc238662 100644 (file)
@@ -52,8 +52,8 @@
 #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"
index f98f66cde034906978fb0197012ac396166f79bb..03369dad64589816a0d6fff73affcc7fcbadedf2 100644 (file)
@@ -29,4 +29,4 @@
  * updated for each alpha, beta, final release.   This will ensure
  * that file identifiers are unique
  */
-#define KRB5_BUILDLEVEL                1
+#define KRB5_BUILDLEVEL                2