summaryrefslogtreecommitdiff
path: root/version.sh
Commit message (Collapse)AuthorAge
* Output 0.5 as version string.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17754 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* 10l: Ignore error output from failed attempt to read snapshot_version.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read revision string from the file snapshot_version if available.Diego Biurrun2009-02-24
| | | | | | This will be used by daily snapshots without Subversion metadata. Originally committed as revision 17577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use $() instead of ``, the former can be nested more easily.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace 'test' invocation by 'test -n', this should be safer.Diego Biurrun2008-09-26
| | | | Originally committed as revision 15434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for passing a version string to configure that is appended toDiego Biurrun2008-09-26
| | | | | | | FFmpeg's version string output. This can be used by distributions to mark their packages as being modified versions without hacking the sources. Originally committed as revision 15433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
| | | | Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for git in version.sh (use short hash as version number)Aurelien Jacobs2007-10-20
| | | | Originally committed as revision 10817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics to make version.sh more VCS agnosticAurelien Jacobs2007-10-20
| | | | Originally committed as revision 10816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill error messages from failed svn revision extraction commandsMåns Rullgård2007-06-18
| | | | Originally committed as revision 9363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract revision from svn-1.4 .svn/entries filesMåns Rullgård2007-06-18
| | | | Originally committed as revision 9362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fall back on grepping for the revision number if no svn client is installed.Michel Bardiaux2006-09-05
| | | | | | patch by Michel Bardiaux, mbardiaux mediaxim be Originally committed as revision 6179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use LC_ALL instead of LANG since the former overrides the latter.Diego Biurrun2006-07-29
| | | | Originally committed as revision 5861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cope with localized Subversion clients.Diego Biurrun2006-07-29
| | | | Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get svn version when using separate build treeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Produce correct version string even when not run in a Subversion working copy.Diego Biurrun2006-06-23
| | | | | | based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr Originally committed as revision 5511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk