Lines Matching +full:version +full:- +full:major
5 VERSION - OpenSSL version information
9 MAJOR=3
25 =item B<MAJOR>, B<MINOR>, B<PATCH>
27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH.
33 This is the added pre-release tag, which is added to the version separated by
35 the string C<-foo> (dash added).
40 the version and possible pre-release tag, separated by a plus sign. For a
50 The shared library version, which is something other than the project version.
54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION>
63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version}
65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and
83 =item $config{version}
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>,
91 The fully loaded version number, a string composed from $config{version},
103 MAJOR=3
109 The fully loaded version number ($config{full_version}) will be
110 C<3.0.0-dev>.
114 MAJOR=3
120 The fully loaded version number ($config{full_version}) will be
125 MAJOR=3
131 The fully loaded version number ($config{full_version}) will be
132 C<3.0.0-alpha3+something>.