Lines Matching refs:version
27 Before submitting a bug report, try checking out the latest version of
97 * On some platforms (observed on at least one version of Ubuntu
118 iperf3 version numbers use (roughly) a `Semantic Versioning
119 <http://semver.org/>`_ scheme, in which version numbers consist of
124 * *MAJOR* version when making incompatible API changes,
126 * *MINOR* version when adding functionality in a backwards-compatible manner, and
128 * *PATCH* version when making backwards-compatible bug fixes.
138 can be written before tagging. Usually the previous version's
143 the new version, such as bumping version numbers::
145 vi RELEASE_NOTES # update version number and release date
146 vi configure.ac # update version parameter in AC_INIT
153 # Assuming that $VERSION is the version number to be released...
158 version of autotools / libtools. Examples are MacOS / MacPorts or
192 git push # Push version changes