Re: [FFmpeg-devel] [PATCH 0/2] New versioning (was: version.sh: Always use latest tag for generated version number)

2016-03-07 Thread Hendrik Leppkes
On Sun, Mar 6, 2016 at 2:50 AM, Timothy Gu wrote: > This patch set implements the versioning algorithm I recently proposed. > The first patch addresses an already existing problem with version.sh. > The second is the one actually implementing the change. > > To Michael and

Re: [FFmpeg-devel] [PATCH 0/2] New versioning (was: version.sh: Always use latest tag for generated version number)

2016-03-07 Thread Carl Eugen Hoyos
Timothy Gu gmail.com> writes: > Timothy Gu (2): > version.sh: Fix Git directory > version.sh: Add next release to the version Without these patches applied, I get the following: $ ./version.sh N-78949-g6f5048f With your patches applied, I see: $ ./version.sh cat: /RELEASE: No such file or

Re: [FFmpeg-devel] [PATCH 0/2] New versioning (was: version.sh: Always use latest tag for generated version number)

2016-03-06 Thread Reimar Döffinger
On 06.03.2016, at 02:50, Timothy Gu wrote: > To Michael and all release makers: after this patchset when making a > release in a release branch, please do ALL of the following in the > following order. Been absent a while from the list, but this sounds like we do not have

[FFmpeg-devel] [PATCH 0/2] New versioning (was: version.sh: Always use latest tag for generated version number)

2016-03-05 Thread Timothy Gu
This patch set implements the versioning algorithm I recently proposed. The first patch addresses an already existing problem with version.sh. The second is the one actually implementing the change. To Michael and all release makers: after this patchset when making a release in a release branch,