aboutsummaryrefslogtreecommitdiffhomepage
path: root/version.sh
Commit message (Expand)AuthorAge
* build: move copyright statement to a shared locationGravatar wm42018-01-01
* version.sh: append -dirty if the working tree contains modificationsGravatar Niklas Haas2017-06-16
* Release 0.25.0Gravatar Martin Herkt2017-04-23
* build: don't make version.sh create version.h by defaultGravatar wm42015-07-14
* build: fix version.h creationGravatar Stefano Pigozzi2015-07-12
* build: always regenerate version hashGravatar wm42015-06-30
* TOOLS: shellcheck: quote variable expansionsGravatar Ben Boeckel2014-09-16
* TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd)Gravatar Ben Boeckel2014-09-16
* version.sh: don't use git tags for version output (again)Gravatar wm42013-10-14
* version.sh: add --print option, which prints version to stdoutGravatar wm42013-08-09
* version.sh: integrate the release tag in outputGravatar wm42013-08-09
* version.sh: fix git rev. generation (.git is not always a directory)Gravatar wm42013-02-06
* build: identify the build time of the binary in the versioning outputGravatar Stephen Hutchinson2012-12-03
* Change version stringGravatar wm42012-07-29
* Use "mplayer2" in version string, not "MPlayer2"Gravatar wm42012-03-14
* Update copyright yearGravatar Uoti Urpala2012-01-28
* build: change version number generationGravatar Uoti Urpala2011-02-19
* version.sh: update copyright yearGravatar Uoti Urpala2011-01-25
* Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\
| * new year in version stringGravatar Gabrov2010-01-24
* | build: Generate version numbers for gitGravatar Uoti Urpala2009-11-23
|/
* Avoid spurious rebuilds on svn up. The check to find out if the header fileGravatar cehoyos2009-04-04
* Add support for extracting the release version number from a VERSION file.Gravatar diego2009-03-05
* Read revision string from the file snapshot_version if available.Gravatar diego2009-02-24
* cosmetics: Use $() instead of ``, the former can be nested more easily.Gravatar diego2009-02-24
* Use single quotes to avoid escaping double quotes in a string.Gravatar diego2009-01-29
* Use cat instead of echo to generate version.h.Gravatar diego2009-01-29
* Remove superfluous backslash escapes that caused unintended escapes.Gravatar diego2009-01-28
* Do not duplicate VERSION string.Gravatar diego2009-01-26
* Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.Gravatar diego2009-01-25
* Factorize print_version().Gravatar diego2009-01-25
* TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.Gravatar reynaldo2009-01-10
* Happy New Year!Gravatar zuxy2008-01-02
* add ; at the end of the sed commands. this fixes operation under cygwin.Gravatar ivo2007-09-06
* remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,Gravatar ivo2007-09-06
* Port changes for older Subversion releases from FFmpeg.Gravatar diego2007-06-19
* Update copyright year.Gravatar diego2007-01-16
* avoid code duplication.Gravatar vayne2006-12-28
* Remove copy and paste error from FFmpeg sync, MPlayer does not supportGravatar diego2006-09-24
* FFmpeg sync: Fall back on grep if svn client is not installed.Gravatar diego2006-09-05
* Use LC_ALL instead of LANG since the former overrides the latter.Gravatar diego2006-07-29
* Cope with localized Subversion clients.Gravatar diego2006-07-29
* Produce correct version string even when not run in a Subversion working copy.Gravatar diego2006-06-23
* Adapt FFmpeg version.sh that only recreates version.h if its content changed.Gravatar diego2006-06-22
* simplifyGravatar diego2006-06-20
* avoid usage of head -1/head -n 1 and use sed 1q insteadGravatar ivo2006-06-07
* cosmeticsGravatar diego2006-06-06
* Drop all system-specific version generation stuff.Gravatar diego2006-06-06
* Put SVN revision in the version stringGravatar rathann2006-06-06
* cvs2svnGravatar rtogni2006-06-05