summaryrefslogtreecommitdiffstats
path: root/version.sh
Commit message (Expand)AuthorAgeFilesLines
* version.sh: append -dirty if the working tree contains modificationsNiklas Haas2017-06-161-1/+1
* Release 0.25.0v0.25.0Martin Herkt2017-04-231-7/+5
* build: don't make version.sh create version.h by defaultwm42015-07-141-3/+2
* build: fix version.h creationStefano Pigozzi2015-07-121-1/+8
* build: always regenerate version hashwm42015-06-301-4/+10
* TOOLS: shellcheck: quote variable expansionsBen Boeckel2014-09-161-6/+6
* TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd)Ben Boeckel2014-09-161-1/+1
* version.sh: don't use git tags for version output (again)wm42013-10-141-5/+10
* version.sh: add --print option, which prints version to stdoutwm42013-08-091-2/+23
* version.sh: integrate the release tag in outputwm42013-08-091-2/+2
* version.sh: fix git rev. generation (.git is not always a directory)wm42013-02-061-1/+1
* build: identify the build time of the binary in the versioning outputStephen Hutchinson2012-12-031-0/+4
* Change version stringwm42012-07-291-2/+2
* Use "mplayer2" in version string, not "MPlayer2"wm42012-03-141-2/+0
* Update copyright yearUoti Urpala2012-01-281-1/+1
* build: change version number generationUoti Urpala2011-02-191-2/+2
* version.sh: update copyright yearUoti Urpala2011-01-251-3/+3
* Merge svn changes up to r30419Uoti Urpala2010-01-251-1/+1
|\
| * new year in version stringGabrov2010-01-241-1/+1
* | build: Generate version numbers for gitUoti Urpala2009-11-231-7/+5
|/
* Avoid spurious rebuilds on svn up. The check to find out if the header filecehoyos2009-04-041-1/+1
* Add support for extracting the release version number from a VERSION file.diego2009-03-051-1/+6
* Read revision string from the file snapshot_version if available.diego2009-02-241-1/+4
* cosmetics: Use $() instead of ``, the former can be nested more easily.diego2009-02-241-4/+4
* Use single quotes to avoid escaping double quotes in a string.diego2009-01-291-1/+1
* Use cat instead of echo to generate version.h.diego2009-01-291-2/+4
* Remove superfluous backslash escapes that caused unintended escapes.diego2009-01-281-1/+1
* Do not duplicate VERSION string.diego2009-01-261-1/+1
* Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.diego2009-01-251-2/+2
* Factorize print_version().diego2009-01-251-1/+1
* TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.reynaldo2009-01-101-1/+1
* Happy New Year!zuxy2008-01-021-1/+1
* add ; at the end of the sed commands. this fixes operation under cygwin.ivo2007-09-061-1/+1
* remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,ivo2007-09-061-2/+2
* Port changes for older Subversion releases from FFmpeg.diego2007-06-191-2/+2
* Update copyright year.diego2007-01-161-1/+1
* avoid code duplication.vayne2006-12-281-0/+2
* Remove copy and paste error from FFmpeg sync, MPlayer does not supportdiego2006-09-241-1/+1
* FFmpeg sync: Fall back on grep if svn client is not installed.diego2006-09-051-0/+2
* Use LC_ALL instead of LANG since the former overrides the latter.diego2006-07-291-1/+1
* Cope with localized Subversion clients.diego2006-07-291-1/+1
* Produce correct version string even when not run in a Subversion working copy.diego2006-06-231-1/+3
* Adapt FFmpeg version.sh that only recreates version.h if its content changed.diego2006-06-221-3/+8
* simplifydiego2006-06-201-5/+2
* avoid usage of head -1/head -n 1 and use sed 1q insteadivo2006-06-071-1/+1
* cosmeticsdiego2006-06-061-2/+3
* Drop all system-specific version generation stuff.diego2006-06-061-23/+0
* Put SVN revision in the version stringrathann2006-06-061-1/+1
* cvs2svnrtogni2006-06-051-1/+1
* SVN switch: get version date from .svn subdir instead of CVS/Entriesrtogni2006-06-041-2/+2
* MinGW supportdiego2005-06-061-1/+1
* BSD/OS works same as the other BSDs, tested by Steven M. Schultz.diego2005-06-061-11/+1
* tabs --> spaces indentation cosmeticsdiego2005-06-051-32/+32
* Generate the version string with awk on BSD systems and work around wrongdiego2005-06-051-8/+11
* Days should be two digits.diego2005-06-051-1/+1
* LC_ALL overrides LANG, so use it instead.diego2005-05-221-2/+2
* LANG=C ensures month/day order and English language in the date string fordiego2005-05-211-5/+6
* simplificationdiego2005-05-181-4/+1
* Make version string depend of the last change of CVS/Entries for Darwin.diego2005-05-181-2/+9
* fix version number on cygwinjoey2003-11-231-0/+3
* the trailing space isn't needed anymorealex2003-07-131-1/+1
* 'dev'arpi2003-02-091-1/+1
* better BSD/OS support by Steven Schultz <sms@2bsd.com>alex2002-12-311-7/+22
* Should be: if test ; then - D Richard Felker III <dalias@aerifal.cx>alex2002-09-201-1/+1
* moved to to avoid CVS-XXYYZZ- versions (if no given) - altought this comme...alex2002-09-201-1/+5
* Fix for darwins dateatmos42002-05-031-3/+6
* CC version check done by Makefile to allow overriding CC from envvararpi2001-12-091-3/+1
* using cc like configurejaf2001-12-031-2/+3
* not it looks like this 'MPlayer CVS-011203-19:47-gcc-2.95.3'jaf2001-12-031-1/+3
* removed 0.17arpi2001-08-221-1/+1
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-2/+6
* version changed 0.11->0.17arpi_esp2001-04-301-1/+1
* write cvs date+version into version.harpi_esp2001-04-141-0/+4