[vlc-devel] commit: svn -> git in OSX package ( Rafaël Carré )
git version control
git at videolan.org
Fri Mar 7 00:36:00 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Mar 7 00:35:14 2008 +0100| [0e4fd36cd90c429ad72d98fb357b6278aed7cf23]
svn -> git in OSX package
Update the copyright date
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e4fd36cd90c429ad72d98fb357b6278aed7cf23
---
.../Resources/English.lproj/InfoPlist.strings | 6 +++---
.../package/macosx/vlc.xcodeproj/project.pbxproj | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/extras/package/macosx/Resources/English.lproj/InfoPlist.strings b/extras/package/macosx/Resources/English.lproj/InfoPlist.strings
index f74e338..584a29b 100644
--- a/extras/package/macosx/Resources/English.lproj/InfoPlist.strings
+++ b/extras/package/macosx/Resources/English.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
-CFBundleShortVersionString = "0.9.0-svn";
-CFBundleGetInfoString = "VLC media player 0.9.0-svn Copyright (c) 1996-2007 the VideoLAN team";
-NSHumanReadableCopyright = "Copyright (c) 1996-2007 the VideoLAN team";
+CFBundleShortVersionString = "0.9.0-git";
+CFBundleGetInfoString = "VLC media player 0.9.0-git Copyright (c) 1996-2008 the VideoLAN team";
+NSHumanReadableCopyright = "Copyright (c) 1996-2008 the VideoLAN team";
diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index c4417e9..b758760 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -894,7 +894,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
- <string>VLC media player 0.9.0-svn, Copyright (c) 1996-2006 the VideoLAN team.</string>
+ <string>VLC media player 0.9.0-git, Copyright (c) 1996-2008 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
@@ -906,7 +906,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.9.0-svn</string>
+ <string>0.9.0-git</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
@@ -963,7 +963,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>0.9.0-svn</string>
+ <string>0.9.0-git</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
More information about the vlc-devel
mailing list