Commit 65db108e authored by Gildas Bazin's avatar Gildas Bazin

* ALL: bumped version number to 0.6.0-test3 + po updates
parent 0a9aea66
# $Id: AUTHORS,v 1.93 2003/04/09 20:53:28 hartman Exp $ # $Id: AUTHORS,v 1.94 2003/06/11 22:46:42 gbazin Exp $
# #
# The format of this file was inspired by the Linux kernel CREDITS file. # The format of this file was inspired by the Linux kernel CREDITS file.
# Authors are listed alphabetically. # Authors are listed alphabetically.
...@@ -49,11 +49,13 @@ S: France ...@@ -49,11 +49,13 @@ S: France
N: Gildas Bazin N: Gildas Bazin
E: gbazin@netcourrier.com E: gbazin@netcourrier.com
C: gbazin C: gbazin
D: mingw32 port, various win32 fixes D: Win32 port, win32 VCD/CDDA input and win32 ipv6 code
D: DirectX audio and video output, win32 WaveOut audio output D: DirectX audio/video output, win32 WaveOut audio output
D: a52 decoder using liba52 and vorbis decoder using libvorbis D: a52 (liba52), vorbis (libvorbis) and theora (libtheora) decoders
D: ogg demultiplexer D: mpeg1/2 video decoder (libmpeg2), bandlimited resampling
D: Ogg and Raw DV demultiplexers
D: Configuration file infrastructure D: Configuration file infrastructure
D: wxWindows and http interfaces
S: France S: France
N: Johan Bilien N: Johan Bilien
......
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
AC_INIT(vlc,0.6.0-test2) AC_INIT(vlc,0.6.0-test3)
CONFIGURE_LINE="$0 $*" CONFIGURE_LINE="$0 $*"
CODENAME="Trevelyan" CODENAME="Trevelyan"
...@@ -12,7 +12,7 @@ AC_CANONICAL_SYSTEM ...@@ -12,7 +12,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it. dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.6.0-test2) AM_INIT_AUTOMAKE(vlc,0.6.0-test3)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl dnl
......
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "VLC"; CFBundleName = "VLC";
CFBundleShortVersionString = "0.6.0-test2"; CFBundleShortVersionString = "0.6.0-test3";
CFBundleGetInfoString = "VLC media player 0.6.0-test2, Copyright (c) 1996-2003 VideoLAN."; CFBundleGetInfoString = "VLC media player 0.6.0-test3, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
...@@ -415,7 +415,7 @@ ...@@ -415,7 +415,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>VLC</string> <string>VLC</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>VLC media player 0.6.0-test2, Copyright (c) 1996-2003 VideoLAN.</string> <string>VLC media player 0.6.0-test3, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>vlc.icns</string> <string>vlc.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -427,7 +427,7 @@ ...@@ -427,7 +427,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.6.0-test2</string> <string>0.6.0-test3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
...@@ -474,7 +474,7 @@ ...@@ -474,7 +474,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.6.0-test2</string> <string>0.6.0-test3</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<string>YES</string> <string>YES</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
......
...@@ -151,6 +151,8 @@ modules/access_output/dummy.c ...@@ -151,6 +151,8 @@ modules/access_output/dummy.c
modules/access_output/file.c modules/access_output/file.c
modules/access_output/http.c modules/access_output/http.c
modules/access_output/udp.c modules/access_output/udp.c
modules/access/pvr/pvr.c
modules/access/pvr/videodev2.h
modules/access/satellite/access.c modules/access/satellite/access.c
modules/access/satellite/dvb.c modules/access/satellite/dvb.c
modules/access/satellite/dvb.h modules/access/satellite/dvb.h
...@@ -158,6 +160,7 @@ modules/access/satellite/satellite.c ...@@ -158,6 +160,7 @@ modules/access/satellite/satellite.c
modules/access/slp.c modules/access/slp.c
modules/access/udp.c modules/access/udp.c
modules/access/v4l/v4l.c modules/access/v4l/v4l.c
modules/access/v4l/videodev_mjpeg.h
modules/access/vcd/cdrom.c modules/access/vcd/cdrom.c
modules/access/vcd/cdrom.h modules/access/vcd/cdrom.h
modules/access/vcd/cdrom_internals.h modules/access/vcd/cdrom_internals.h
...@@ -534,6 +537,8 @@ modules/gui/skins/src/bezier.cpp ...@@ -534,6 +537,8 @@ modules/gui/skins/src/bezier.cpp
modules/gui/skins/src/bezier.h modules/gui/skins/src/bezier.h
modules/gui/skins/src/bitmap.cpp modules/gui/skins/src/bitmap.cpp
modules/gui/skins/src/bitmap.h modules/gui/skins/src/bitmap.h
modules/gui/skins/src/dialogs.cpp
modules/gui/skins/src/dialogs.h
modules/gui/skins/src/event.cpp modules/gui/skins/src/event.cpp
modules/gui/skins/src/event.h modules/gui/skins/src/event.h
modules/gui/skins/src/font.cpp modules/gui/skins/src/font.cpp
...@@ -580,6 +585,8 @@ modules/gui/skins/x11/x11_graphics.h ...@@ -580,6 +585,8 @@ modules/gui/skins/x11/x11_graphics.h
modules/gui/skins/x11/x11_run.cpp modules/gui/skins/x11/x11_run.cpp
modules/gui/skins/x11/x11_theme.cpp modules/gui/skins/x11/x11_theme.cpp
modules/gui/skins/x11/x11_theme.h modules/gui/skins/x11/x11_theme.h
modules/gui/skins/x11/x11_timer.cpp
modules/gui/skins/x11/x11_timer.h
modules/gui/skins/x11/x11_window.cpp modules/gui/skins/x11/x11_window.cpp
modules/gui/skins/x11/x11_window.h modules/gui/skins/x11/x11_window.h
modules/gui/wxwindows/fileinfo.cpp modules/gui/wxwindows/fileinfo.cpp
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment