Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mehdi Sabwat
VLC
Commits
5f4bb6a9
Commit
5f4bb6a9
authored
13 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
On the road of 1.3.0
parent
36ab287e
No related branches found
Branches containing commit
Tags
1.3.0-git
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+7
-2
7 additions, 2 deletions
NEWS
configure.ac
+5
-5
5 additions, 5 deletions
configure.ac
with
12 additions
and
7 deletions
NEWS
+
7
−
2
View file @
5f4bb6a9
Changes between 1.1.x and 1.2.0-pre2:
------------------------------------
Changes between 1.2.x and 1.3.0:
--------------------------------
Changes between 1.1.12 and 1.2.0:
---------------------------------
Important notes:
* Start/end titles/chapters are now specified with # rather than @ to fix
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
5
−
5
View file @
5f4bb6a9
dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2011
the
VideoLAN
team
])
AC_COPYRIGHT([Copyright 2002-2011
VLC authors and
VideoLAN])
AC_INIT(vlc, 1.
2
.0-
pre2
)
AC_INIT(vlc, 1.
3
.0-
git
)
VERSION_MAJOR=1
VERSION_MINOR=
2
VERSION_MINOR=
3
VERSION_REVISION=0
VERSION_EXTRA=0
VERSION_DEV=
pre1
VERSION_DEV=
git
PKGDIR="vlc"
AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="
Twoflower
"
CODENAME="
Rincewind
"
COPYRIGHT_YEARS="1996-2011"
AC_CONFIG_SRCDIR(src/libvlc.c)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment