]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
KfW version update for kfw-4.0-beta8
authorBen Kaduk <kaduk@mit.edu>
Wed, 22 Aug 2012 03:19:56 +0000 (23:19 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 29 Aug 2012 23:17:18 +0000 (19:17 -0400)
Also bump the build level, since beta 7 has started to escape into
the wild, and we want to ensure that the file version numbers
are strictly increasing.

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

index 625714fe46f918fb82456778c29d42fd39c41d5f..06281a0f25119b1c575aa7edd84217983b42cbd1 100644 (file)
@@ -52,7 +52,7 @@
     <!--<?define Release?>-->
 
     <!-- Optional defines -->
-    <?define Beta="7"?> <!-- Numeric Beta identifier -->
+    <?define Beta="8"?> <!-- Numeric Beta identifier -->
     <!-- <?define OldHelp?> --> <!-- Specifies the use of the old leash32.hlp file
                            instead of the new leash32.chm file -->
 
index a5400f1f47aa67e7026baa5245986e7ba19bf6f8..49f3bdc0a4af433896e3059b4b2193b83e301363 100644 (file)
@@ -52,8 +52,8 @@
 #define KRB5_MAJOR_RELEASE 4
 #define KRB5_MINOR_RELEASE 0
 #define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta7"
+#define KRB5_RELTAIL "beta8"
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "KFW 4.0 beta7"
+#define KRB5_RELTAG "KFW 4.0 beta8"
 
 #define KRB5_PRODUCTNAME_STR "MIT Kerberos for Windows"
index 13ad8fcf5b2b95f04f43f8d1145211b75cd04060..f98f66cde034906978fb0197012ac396166f79bb 100644 (file)
@@ -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