Lines Matching +full:bump +full:- +full:version
9 * version 2.1 of the License, or (at your option) any later version.
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 * Libavutil version macros
35 * Useful to check and match library version in order to maintain
44 * Prior to FFmpeg 3.2 point releases did not change any lib version number to
48 * That is if we branch a release of master 55.10.123 we will bump to 55.11.100
50 * point release will then bump the MICRO improving the usefulness of the lib
61 * Extract version components from the full ::AV_VERSION_INT int as returned
73 * @defgroup lavu_ver Version and Build diagnostics
76 * which version of libavutil is in use.
98 * dropped at a future version bump. The defines themselves are not part of
101 * @note, when bumping the major version it is recommended to manually
103 * at once through the bump. This improves the git bisect-ability of the change.