Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC Browser Plugins
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
VideoLAN
VLC Browser Plugins
Commits
47df5bda
Commit
47df5bda
authored
7 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Update NEWS and configure for 3.0.0
parent
d7c8dab2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+2
-0
2 additions, 0 deletions
NEWS
configure.ac
+6
-6
6 additions, 6 deletions
configure.ac
with
8 additions
and
6 deletions
NEWS
+
2
−
0
View file @
47df5bda
...
...
@@ -8,6 +8,8 @@ Core:
ActiveX:
* Support video scaling set|get
* Add method to parse items
* Add method to stop asynchronously
Changes between VLC plugins 2.2.5 and 2.2.6:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
6
−
6
View file @
47df5bda
dnl Autoconf settings for npapi-vlc
AC_COPYRIGHT([Copyright 2002-201
7
VLC authors and VideoLAN])
AC_COPYRIGHT([Copyright 2002-201
8
VLC authors and VideoLAN])
AC_INIT(npapi-vlc,
2.2.7
)
VERSION_MAJOR="
2
"
AC_INIT(npapi-vlc,
3.0.0
)
VERSION_MAJOR="
3
"
AC_SUBST(VERSION_MAJOR)
VERSION_MINOR="
2
"
VERSION_MINOR="
3
"
AC_SUBST(VERSION_MINOR)
VERSION_REVISION="
7
"
VERSION_REVISION="
0
"
AC_SUBST(VERSION_REVISION)
VERSION_EXTRA=""
AC_SUBST(VERSION_EXTRA)
...
...
@@ -18,7 +18,7 @@ case $( echo ${VERSION_EXTRA}|wc -m ) in
*) if test "${VERSION_EXTRA}" = "-git"; then VERSION_EXTRA_RC="666"; else VERSION_EXTRA_RC="99"; fi
esac
AC_SUBST(VERSION_EXTRA_RC)
COPYRIGHT_YEARS="2002-201
7
"
COPYRIGHT_YEARS="2002-201
8
"
AC_SUBST(COPYRIGHT_YEARS)
COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
AC_SUBST(COPYRIGHT_MESSAGE)
...
...
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