Changeset 10c4a6f9828af1c7b17a083cb22d09c1ef40dbbf

Show
Ignore:
Timestamp:
27/06/05 21:48:16 (3 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1119901696 +0000
git-parent:

[248e6e1a202788c837b1a4376fb2212074c07f3a]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1119901696 +0000
Message:

* replace '0.8.3-svn' by '0.8.4-svn'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r883cc1d r10c4a6f  
    22dnl $Id$ 
    33  
    4 AC_INIT(vlc,0.8.3-svn) 
     4AC_INIT(vlc,0.8.4-svn) 
    55 
    66CONFIGURE_LINE="$0 $*" 
     
    1414dnl XXX: we don't put any flags here, because automake 1.5 doesn't support 
    1515dnl them. And we need the comma otherwize automake will choke on it. 
    16 AM_INIT_AUTOMAKE(vlc,0.8.3-svn) 
     16AM_INIT_AUTOMAKE(vlc,0.8.4-svn) 
    1717AM_CONFIG_HEADER(config.h) 
    1818 
  • extras/MacOSX/Resources/English.lproj/InfoPlist.strings

    r20642e7 r10c4a6f  
    22 
    33CFBundleName = "VLC"; 
    4 CFBundleShortVersionString = "0.8.3-svn"; 
    5 CFBundleGetInfoString = "VLC media player 0.8.3-svn, Copyright (c) 1996-2005 VideoLAN."; 
     4CFBundleShortVersionString = "0.8.4-svn"; 
     5CFBundleGetInfoString = "VLC media player 0.8.4-svn, Copyright (c) 1996-2005 VideoLAN."; 
    66NSHumanReadableCopyright = "Copyright (c) 1996-2005 VideoLAN."; 
  • extras/MacOSX/vlc.pbproj/project.pbxproj

    r388fd56 r10c4a6f  
    660660    <string>VLC</string> 
    661661    <key>CFBundleGetInfoString</key> 
    662     <string>VLC media player 0.8.3-svn, Copyright (c) 1996-2004 VideoLAN.</string> 
     662    <string>VLC media player 0.8.4-svn, Copyright (c) 1996-2004 VideoLAN.</string> 
    663663    <key>CFBundleIconFile</key> 
    664664    <string>vlc.icns</string> 
     
    672672    <string>APPL</string> 
    673673    <key>CFBundleShortVersionString</key> 
    674     <string>0.8.3-svn</string> 
     674    <string>0.8.4-svn</string> 
    675675    <key>CFBundleSignature</key> 
    676676    <string>VLC#</string> 
     
    729729    </array> 
    730730    <key>CFBundleVersion</key> 
    731     <string>0.8.3-svn</string> 
     731    <string>0.8.4-svn</string> 
    732732    <key>NSAppleScriptEnabled</key> 
    733733    <string>YES</string>