| Commit message (Expand) | Author | Age |
* | build: don't make version.sh create version.h by default | wm4 | 2015-07-14 |
* | build: fix version.h creation | Stefano Pigozzi | 2015-07-12 |
* | build: always regenerate version hash | wm4 | 2015-06-30 |
* | TOOLS: shellcheck: quote variable expansions | Ben Boeckel | 2014-09-16 |
* | TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd) | Ben Boeckel | 2014-09-16 |
* | version.sh: don't use git tags for version output (again) | wm4 | 2013-10-14 |
* | version.sh: add --print option, which prints version to stdout | wm4 | 2013-08-09 |
* | version.sh: integrate the release tag in output | wm4 | 2013-08-09 |
* | version.sh: fix git rev. generation (.git is not always a directory) | wm4 | 2013-02-06 |
* | build: identify the build time of the binary in the versioning output | Stephen Hutchinson | 2012-12-03 |
* | Change version string | wm4 | 2012-07-29 |
* | Use "mplayer2" in version string, not "MPlayer2" | wm4 | 2012-03-14 |
* | Update copyright year | Uoti Urpala | 2012-01-28 |
* | build: change version number generation | Uoti Urpala | 2011-02-19 |
* | version.sh: update copyright year | Uoti Urpala | 2011-01-25 |
* | Merge svn changes up to r30419 | Uoti Urpala | 2010-01-25 |
|\ |
|
| * | new year in version string | Gabrov | 2010-01-24 |
* | | build: Generate version numbers for git | Uoti Urpala | 2009-11-23 |
|/ |
|
* | Avoid spurious rebuilds on svn up. The check to find out if the header file | cehoyos | 2009-04-04 |
* | Add support for extracting the release version number from a VERSION file. | diego | 2009-03-05 |
* | Read revision string from the file snapshot_version if available. | diego | 2009-02-24 |
* | cosmetics: Use $() instead of ``, the former can be nested more easily. | diego | 2009-02-24 |
* | Use single quotes to avoid escaping double quotes in a string. | diego | 2009-01-29 |
* | Use cat instead of echo to generate version.h. | diego | 2009-01-29 |
* | Remove superfluous backslash escapes that caused unintended escapes. | diego | 2009-01-28 |
* | Do not duplicate VERSION string. | diego | 2009-01-26 |
* | Drop dev- prefix from printed version number, just SVN-rXXXXX is enough. | diego | 2009-01-25 |
* | Factorize print_version(). | diego | 2009-01-25 |
* | TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail. | reynaldo | 2009-01-10 |
* | Happy New Year! | zuxy | 2008-01-02 |
* | add ; at the end of the sed commands. this fixes operation under cygwin. | ivo | 2007-09-06 |
* | remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here, | ivo | 2007-09-06 |
* | Port changes for older Subversion releases from FFmpeg. | diego | 2007-06-19 |
* | Update copyright year. | diego | 2007-01-16 |
* | avoid code duplication. | vayne | 2006-12-28 |
* | Remove copy and paste error from FFmpeg sync, MPlayer does not support | diego | 2006-09-24 |
* | FFmpeg sync: Fall back on grep if svn client is not installed. | diego | 2006-09-05 |
* | Use LC_ALL instead of LANG since the former overrides the latter. | diego | 2006-07-29 |
* | Cope with localized Subversion clients. | diego | 2006-07-29 |
* | Produce correct version string even when not run in a Subversion working copy. | diego | 2006-06-23 |
* | Adapt FFmpeg version.sh that only recreates version.h if its content changed. | diego | 2006-06-22 |
* | simplify | diego | 2006-06-20 |
* | avoid usage of head -1/head -n 1 and use sed 1q instead | ivo | 2006-06-07 |
* | cosmetics | diego | 2006-06-06 |
* | Drop all system-specific version generation stuff. | diego | 2006-06-06 |
* | Put SVN revision in the version string | rathann | 2006-06-06 |
* | cvs2svn | rtogni | 2006-06-05 |
* | SVN switch: get version date from .svn subdir instead of CVS/Entries | rtogni | 2006-06-04 |
* | MinGW support | diego | 2005-06-06 |
* | BSD/OS works same as the other BSDs, tested by Steven M. Schultz. | diego | 2005-06-06 |