Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4bc1c25b
Commit
4bc1c25b
authored
Oct 31, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 0.8.4-test2 !!!! weeeeeee. happy. smile smile finally.
parent
a800329b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2531 additions
and
8 deletions
+2531
-8
ChangeLog
ChangeLog
+2523
-0
configure.ac
configure.ac
+3
-3
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+2
-2
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+3
-3
No files found.
ChangeLog
View file @
4bc1c25b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.ac
View file @
4bc1c25b
dnl Autoconf settings for vlc
dnl $Id$
AC_INIT(vlc,0.8.4-test
1
)
AC_INIT(vlc,0.8.4-test
2
)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="4"
VERSION_EXTRA="test
1
"
VERSION_EXTRA="test
2
"
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
...
...
@@ -17,7 +17,7 @@ AC_CANONICAL_SYSTEM
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.
AM_INIT_AUTOMAKE(vlc,0.8.4-test
1
)
AM_INIT_AUTOMAKE(vlc,0.8.4-test
2
)
AM_CONFIG_HEADER(config.h)
dnl HA! HA!
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
4bc1c25b
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.4-test
1
";
CFBundleGetInfoString = "VLC media player 0.8.4-test
1
, Copyright (c) 1996-2005 the VideoLAN team";
CFBundleShortVersionString = "0.8.4-test
2
";
CFBundleGetInfoString = "VLC media player 0.8.4-test
2
, Copyright (c) 1996-2005 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2005 the VideoLAN team";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
4bc1c25b
...
...
@@ -683,7 +683,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.4-test
1
, Copyright (c) 1996-2005 VideoLAN.</string>
<string>VLC media player 0.8.4-test
2
, Copyright (c) 1996-2005 VideoLAN.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
...
...
@@ -695,7 +695,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.4-test
1
</string>
<string>0.8.4-test
2
</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
...
...
@@ -752,7 +752,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8.4-test
1
</string>
<string>0.8.4-test
2
</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment