Skip to content

Commit

Permalink
Bump KRB5_MINOR_RELEASE for windows
Browse files Browse the repository at this point in the history
Future releases will come from the KfW 4.1.x. series.

ticket: 8174 (new)
tags: pullup
target_version: 1.13.3
  • Loading branch information
kaduk committed May 11, 2015
1 parent 90ca670 commit 7701960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/windows/installer/wix/site-local.wxi
Expand Up @@ -68,7 +68,7 @@

<?ifndef VersionMajor?>
<?define VersionMajor="4"?>
<?define VersionMinor="0"?>
<?define VersionMinor="1"?>
<?define VersionPatch="0"?>
<?else?>
<?if Not ($(var.VersionMinor) And $(var.VersionPatch))?>
Expand Down
2 changes: 1 addition & 1 deletion src/windows/kerberos.ver
Expand Up @@ -50,7 +50,7 @@
* organization.
*/
#define KRB5_MAJOR_RELEASE 4
#define KRB5_MINOR_RELEASE 0
#define KRB5_MINOR_RELEASE 1
#define KRB5_PATCHLEVEL 0
#define KRB5_RELTAIL "prerelease"
/* #undef KRB5_RELDATE */
Expand Down

0 comments on commit 7701960

Please sign in to comment.