Changeset 08c9b3276f9648456d821258d4ad6709f3b885f8
- 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
| r3ae01c4 |
r08c9b32 |
|
| 1 | 1 | dnl Autoconf settings for vlc |
|---|
| 2 | 2 | |
|---|
| 3 | | AC_INIT(vlc,0.5.3) |
|---|
| | 3 | AC_INIT(vlc,0.5.4-cvs) |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | CONFIGURE_LINE="$0 $*" |
|---|
| … | … | |
| 13 | 13 | dnl XXX: we don't put any flags here, because automake 1.5 doesn't support |
|---|
| 14 | 14 | dnl them. And we need the comma otherwize automake will choke on it. |
|---|
| 15 | | AM_INIT_AUTOMAKE(vlc,0.5.3) |
|---|
| | 15 | AM_INIT_AUTOMAKE(vlc,0.5.4-cvs) |
|---|
| 16 | 16 | AM_CONFIG_HEADER(config.h) |
|---|
| 17 | 17 | |
|---|
| r11eecc2 |
r08c9b32 |
|
| 2 | 2 | |
|---|
| 3 | 3 | CFBundleName = "VLC"; |
|---|
| 4 | | CFBundleShortVersionString = "0.5.3"; |
|---|
| 5 | | CFBundleGetInfoString = "VLC media player 0.5.3, Copyright (c) 1996-2003 VideoLAN."; |
|---|
| | 4 | CFBundleShortVersionString = "0.5.4-cvs"; |
|---|
| | 5 | CFBundleGetInfoString = "VLC media player 0.5.4-cvs, Copyright (c) 1996-2003 VideoLAN."; |
|---|
| 6 | 6 | NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; |
|---|
| rcb6776c |
r08c9b32 |
|
| 368 | 368 | <string>VLC</string> |
|---|
| 369 | 369 | <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> |
|---|
| 371 | 371 | <key>CFBundleIconFile</key> |
|---|
| 372 | 372 | <string>vlc.icns</string> |
|---|
| … | … | |
| 380 | 380 | <string>APPL</string> |
|---|
| 381 | 381 | <key>CFBundleShortVersionString</key> |
|---|
| 382 | | <string>0.5.3</string> |
|---|
| | 382 | <string>0.5.4-cvs</string> |
|---|
| 383 | 383 | <key>CFBundleSignature</key> |
|---|
| 384 | 384 | <string>VLC#</string> |
|---|
| … | … | |
| 427 | 427 | </array> |
|---|
| 428 | 428 | <key>CFBundleVersion</key> |
|---|
| 429 | | <string>0.5.3</string> |
|---|
| | 429 | <string>0.5.4-cvs</string> |
|---|
| 430 | 430 | <key>NSAppleScriptEnabled</key> |
|---|
| 431 | 431 | <string>YES</string> |
|---|