Searched refs:MINOR (Results 1 – 16 of 16) sorted by relevance
/openssl/dev/release-aux/ |
H A D | release-version-fn.sh | 40 VERSION="$MAJOR.$MINOR.$PATCH" 41 SERIES="$MAJOR.$MINOR" 84 MINOR=$(expr $MINOR + 1) 92 VERSION="$MAJOR.$MINOR.$PATCH" 93 SERIES="$MAJOR.$MINOR" 111 MINOR=$MINOR
|
H A D | release-state-fn.sh | 58 $DEBUG >&2 "DEBUG[next_release_state]: BEGIN: \$MINOR=$MINOR" 194 $DEBUG >&2 "DEBUG[next_release_state]: END: \$MINOR=$MINOR"
|
/openssl/doc/internal/man7/ |
H A D | VERSION.pod | 10 MINOR=0 25 =item B<MAJOR>, B<MINOR>, B<PATCH> 27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH. 54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION> 65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and 85 The minimal version number, a string composed from B<MAJOR>, B<MINOR> and 86 B<PATCH>, separated by periods. For C<MAJOR=3>, C<MINOR=0> and C<PATCH=0>, 104 MINOR=0 115 MINOR=0 126 MINOR=0
|
/openssl/.github/workflows/ |
H A D | interop-tests.yml | 40 sed -i "s/^Version: .*\$/Version: $MAJOR.$MINOR.$PATCH/" openssl.spec && \ 44 …sform "s/^__w\/openssl\/openssl/openssl-$MAJOR.$MINOR.$PATCH/" -czf /build/SOURCES/openssl-$MAJOR.…
|
/openssl/include/openssl/ |
H A D | opensslv.h.in | 27 * These macros express version number MAJOR.MINOR.PATCH exactly 71 * "MAJOR.MINOR.PATCH" variant (where MAJOR, MINOR and PATCH are replaced
|
/openssl/ |
H A D | VERSION.dat | 2 MINOR=5
|
H A D | NOTES-NONSTOP.md | 216 echo "$MAJOR.$MINOR.$PATCH$PRE_RELEASE_TAG$BUILD_METADATA" |\
|
H A D | Configure | 351 $config{minor} = $version{MINOR} // 'unknown'; 366 && defined $version{MINOR}
|
H A D | CHANGES.md | 2859 MAJOR * 10000 + MINOR * 100 3297 * Switch to a new version scheme using three numbers MAJOR.MINOR.PATCH. 3301 - Minor releases (indicated by incrementing the MINOR release number)
|
/openssl/util/ |
H A D | mktar.sh | 16 version=$MAJOR.$MINOR.$PATCH$PRE_RELEASE_TAG$BUILD_METADATA
|
/openssl/doc/man3/ |
H A D | OpenSSL_version.pod | 53 identifier, B<I<MAJOR>.I<MINOR>.I<PATCH>>. 66 identifier string, C<"I<MAJOR>.I<MINOR>.I<PATCH>">.
|
/openssl/dev/ |
H A D | release.sh | 772 =item B<MAJOR>, B<MINOR>, B<PATCH>
|
/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 46 MINOR={- $config{minor} -}
|
H A D | descrip.mms.tmpl | 306 MINOR={- $config{minor} -}
|
H A D | unix-Makefile.tmpl | 78 MINOR={- $config{minor} -}
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 173 MAJOR.MINOR.PATCH 178 change in the second (MINOR) number indicates that new features may have been
|
Completed in 84 milliseconds