krb5 commit [krb5-1.22]: Update for kfw-4.4-beta1
[email protected] Thu, 23 Apr 2026 18:26:01 -0400 (EDT)
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/d11dac3bfd2ae45ae27d7cbadf09ecde489bca47 commit d11dac3bfd2ae45ae27d7cbadf09ecde489bca47 Author: Greg Hudson <[email protected]> Date: Tue Apr 21 15:11:25 2026 -0400 Update for kfw-4.4-beta1 src/patchlevel.h | 4 ++-- src/windows/installer/wix/site-local.wxi | 6 +++--- src/windows/kerberos.ver | 5 ++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/patchlevel.h b/src/patchlevel.h index cc3689a86..636f1c11d 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -52,6 +52,6 @@ #define KRB5_MAJOR_RELEASE 1 #define KRB5_MINOR_RELEASE 22 #define KRB5_PATCHLEVEL 2 -#define KRB5_RELTAIL "postrelease" +#define KRB5_RELTAIL "kfw-4.4-beta1" /* #undef KRB5_RELDATE */ -#define KRB5_RELTAG "krb5-1.22" +#define KRB5_RELTAG "kfw-4.4-beta1" diff --git a/src/windows/installer/wix/site-local.wxi b/src/windows/installer/wix/site-local.wxi index 12a32dbf5..902a1857a 100644 --- a/src/windows/installer/wix/site-local.wxi +++ b/src/windows/installer/wix/site-local.wxi @@ -49,10 +49,10 @@ <!-- 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 --> + <?define Beta="1"?> <!-- Numeric Beta identifier --> <!-- <?define OldHelp?> --> <!-- Specifies the use of the old leash32.hlp file instead of the new leash32.chm file --> @@ -68,7 +68,7 @@ <?ifndef VersionMajor?> <?define VersionMajor="4"?> - <?define VersionMinor="1"?> + <?define VersionMinor="4"?> <?define VersionPatch="0"?> <?else?> <?if Not ($(var.VersionMinor) And $(var.VersionPatch))?> diff --git a/src/windows/kerberos.ver b/src/windows/kerberos.ver index e6b8eca28..5b56b19e5 100644 --- a/src/windows/kerberos.ver +++ b/src/windows/kerberos.ver @@ -50,10 +50,9 @@ * organization. */ #define KRB5_MAJOR_RELEASE 4 -#define KRB5_MINOR_RELEASE 1 +#define KRB5_MINOR_RELEASE 4 #define KRB5_PATCHLEVEL 0 -#define KRB5_RELTAIL "prerelease" +#define KRB5_RELTAIL "beta1" /* #undef KRB5_RELDATE */ -#define KRB5_RELTAG "trunk" #define KRB5_PRODUCTNAME_STR "MIT Kerberos for Windows"