Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a2af7fb8
Commit
a2af7fb8
authored
Feb 02, 2003
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Bumped up revision number to 0.5.0
parent
a7e05499
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure.ac.in
configure.ac.in
+2
-2
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+3
-3
No files found.
configure.ac.in
View file @
a2af7fb8
dnl Autoconf settings for vlc
AC_INIT(vlc,0.5.0
-test4
)
AC_INIT(vlc,0.5.0)
CONFIGURE_LINE="$0 $*"
CODENAME="Natalya"
...
...
@@ -11,7 +11,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.5.0
-test4
)
AM_INIT_AUTOMAKE(vlc,0.5.0)
AM_CONFIG_HEADER(config.h)
dnl
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
a2af7fb8
/* Localized versions of Info.plist keys */
CFBundleName = "vlc";
CFBundleShortVersionString = "
vlc cvs version
";
CFBundleGetInfoString = "
vlc cvs version, Copyright (c) 2002
VideoLAN.";
NSHumanReadableCopyright = "Copyright (c)
2002
VideoLAN.";
CFBundleShortVersionString = "
VLC media player
";
CFBundleGetInfoString = "
VLC 0.5.0, Copyright (c) 1996-2003
VideoLAN.";
NSHumanReadableCopyright = "Copyright (c)
1996-2003
VideoLAN.";
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