Changeset 08c9b3276f9648456d821258d4ad6709f3b885f8

Show
Ignore:
Timestamp:
09/04/03 00:38:45 (6 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1049841525 +0000
git-parent:

[056748baea3a19ee8a2d666ac29cae9605bc6572]

git-author:
Christophe Massiot <massiot@videolan.org> 1049841525 +0000
Message:

Now 0.5.4-cvs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac.in

    r3ae01c4 r08c9b32  
    11dnl Autoconf settings for vlc 
    22 
    3 AC_INIT(vlc,0.5.3
     3AC_INIT(vlc,0.5.4-cvs
    44 
    55CONFIGURE_LINE="$0 $*" 
     
    1313dnl XXX: we don't put any flags here, because automake 1.5 doesn't support 
    1414dnl them. And we need the comma otherwize automake will choke on it. 
    15 AM_INIT_AUTOMAKE(vlc,0.5.3
     15AM_INIT_AUTOMAKE(vlc,0.5.4-cvs
    1616AM_CONFIG_HEADER(config.h) 
    1717 
  • extras/MacOSX/Resources/English.lproj/InfoPlist.strings

    r11eecc2 r08c9b32  
    22 
    33CFBundleName = "VLC"; 
    4 CFBundleShortVersionString = "0.5.3"; 
    5 CFBundleGetInfoString = "VLC media player 0.5.3, Copyright (c) 1996-2003 VideoLAN."; 
     4CFBundleShortVersionString = "0.5.4-cvs"; 
     5CFBundleGetInfoString = "VLC media player 0.5.4-cvs, Copyright (c) 1996-2003 VideoLAN."; 
    66NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; 
  • extras/MacOSX/vlc.pbproj/project.pbxproj

    rcb6776c r08c9b32  
    368368    <string>VLC</string> 
    369369    <key>CFBundleGetInfoString</key> 
    370     <string>VLC media player 0.5.3, Copyright (c) 1996-2003 VideoLAN.</string> 
     370    <string>VLC media player 0.5.4-cvs, Copyright (c) 1996-2003 VideoLAN.</string> 
    371371    <key>CFBundleIconFile</key> 
    372372    <string>vlc.icns</string> 
     
    380380    <string>APPL</string> 
    381381    <key>CFBundleShortVersionString</key> 
    382     <string>0.5.3</string> 
     382    <string>0.5.4-cvs</string> 
    383383    <key>CFBundleSignature</key> 
    384384    <string>VLC#</string> 
     
    427427    </array> 
    428428    <key>CFBundleVersion</key> 
    429     <string>0.5.3</string> 
     429    <string>0.5.4-cvs</string> 
    430430    <key>NSAppleScriptEnabled</key> 
    431431    <string>YES</string>