On Mon, Mar 10, 2014 at 7:48 PM, Timothy Gu <[email protected]> wrote: > AviSynth+ doesn't have a 0.1 release: > https://github.com/AviSynth/AviSynthPlus/releases >
While there aren't any binary packages/installers that explicitly identify as 0.1 in their filenames, that is the version seen in the output of Version(). The '0.1' versioning was adopted in 9c4b747ac69825d70df0b3ddccd0610d1febaa5f (r1553), back on December 7th. Technically speaking, all builds of avsplus will work, because it hasn't broken compatibility with 2.6 yet (so if you support 2.6, you also get avsplus support for free right now). Between September and December 2013, it still used 2.6.0 in Version() (legacy references to 2.6 still exist in some of the resource files and license info), and then in December it was decided that the point version would be reset back to 0.1. Of course, because it seems to be far more common to refer to avsplus by using its revision numbers (r1576 for the 'stable' release, r1695 for the MT/current development branch), Version() shows both '0.1' and the revision number. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
