diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-03-28 17:02:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-03-28 17:02:13 +0000 |
commit | 49af073ed77202a54dfdd773cbcbbf7835c75baf (patch) | |
tree | b180dbeab238a3d30b8d99d05c9cf0e30fbadd5a /windows/NTMakefile.version | |
parent | d684f11da759490a8d98d7b790796106285f4084 (diff) |
heimdal: Vendor import 7.7.0vendor/heimdal/7.7.0
Diffstat (limited to 'windows/NTMakefile.version')
-rw-r--r-- | windows/NTMakefile.version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/NTMakefile.version b/windows/NTMakefile.version index be769f1d9223..e5cd382b616b 100644 --- a/windows/NTMakefile.version +++ b/windows/NTMakefile.version @@ -7,7 +7,7 @@ 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=5 +VER_PRODUCT_MINOR=7 VER_PRODUCT_AUX=0 VER_PRODUCT_PATCH=0 @@ -24,7 +24,7 @@ VER_OLD_BEGIN_AUX=0 VER_OLD_BEGIN_PATCH=0 VER_OLD_END_MAJOR=7 -VER_OLD_END_MINOR=4 +VER_OLD_END_MINOR=6 VER_OLD_END_AUX=65535 VER_OLD_END_PATCH=65535 @@ -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 |