diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-06-26 22:56:52 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-06-26 22:56:52 +0000 |
| commit | b6a943f7197af1a5eb6bb028b9b808ec5016e30c (patch) | |
| tree | cfbb91e940dd89d0e1d46095f43c228d7d079fa0 /windows/NTMakefile.version | |
| parent | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (diff) | |
heimdal: Vendor import f62e2f278vendor/heimdal/7.8.0-2023-06-10-f62e2f278vendor/heimdal
Heimdal 7.8.0 does not support OpenSSL 3.0. 7.9.0 will but it hasn't
been released yet. We are importing f62e2f278 for its OpenSSL 3.0
support.
Diffstat (limited to 'windows/NTMakefile.version')
| -rw-r--r-- | windows/NTMakefile.version | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/windows/NTMakefile.version b/windows/NTMakefile.version index 9d4ff0fa279e..51bed6e1265f 100644 --- a/windows/NTMakefile.version +++ b/windows/NTMakefile.version @@ -7,8 +7,8 @@ VER_PACKAGE_COPYRIGHT=Copyright (C) 1995-2016 Royal Institute of Technology, Sto VER_PACKAGE_COMPANY=www.h5l.org VER_PRODUCT_MAJOR=7 -VER_PRODUCT_MINOR=8 -VER_PRODUCT_AUX=0 +VER_PRODUCT_MINOR=99 +VER_PRODUCT_AUX=1 VER_PRODUCT_PATCH=0 # ------------------------------------------------------------ @@ -19,13 +19,13 @@ VER_PRODUCT_PATCH=0 # 1.5.99.65535. VER_OLD_BEGIN_MAJOR=7 -VER_OLD_BEGIN_MINOR=2 +VER_OLD_BEGIN_MINOR=99 VER_OLD_BEGIN_AUX=0 VER_OLD_BEGIN_PATCH=0 VER_OLD_END_MAJOR=7 -VER_OLD_END_MINOR=7 -VER_OLD_END_AUX=65535 +VER_OLD_END_MINOR=99 +VER_OLD_END_AUX=0 VER_OLD_END_PATCH=65535 VER_PACKAGE_VERSION=$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR).$(VER_PRODUCT_AUX) @@ -36,7 +36,7 @@ VER_DEBUG=1 !endif # Define to 1 if this is a pre-release build. Undefine otherwise -# VER_PRERELEASE=1 +VER_PRERELEASE=1 # Define to a valid string if this build DOES NOT follow normal # release procedures. I.e. this is a private build whose version |
