1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/bin
Rafaël Carré c1a3ecd457 update: better version comparison
These days the extra vlc revision is an integer (1.1.10.1), not a
letter like in 0.8.6f days
Make PACKAGE_VERSION_* be integer, we don't need them to be strings
PACKAGE_VERSION_EXTRA now represents only this number, and is set to
0 when not used (1.1.11.0 represents 1.1.11)

Add PACKAGE_VERSION_DEV (== "git" or "rc*"), to be sure development
versions are less recent than released versions.
This string is never displayed, it is only tested for nullity

The file format on our servers can use X.Y.Z or X.Y.Z.E
2011-07-17 17:42:31 -04:00
..
.gitignore Ignore .exe files in bin/ folder 2010-07-07 22:48:14 +02:00
cachegen.c Override the plugins path with an environment variable... 2011-02-12 11:04:35 +02:00
Makefile.am Win32: Add vlc-cache-gen.exe properties 2011-06-09 22:39:25 +02:00
override.c Spell overridden correctly 2011-06-11 22:39:52 +03:00
rootwrap.c "#if HAVE_FOO" -> "#ifdef HAVE_FOO" 2010-05-05 13:42:28 +02:00
vlc_win32_rc.rc.in update: better version comparison 2011-07-17 17:42:31 -04:00
vlc.c Do not print start banner if stderr is not a TTY. 2011-07-16 12:48:48 +03:00
winvlc.c winvlc: various cleaning and comments 2011-05-20 01:40:18 +02:00