Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC Browser Plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
VideoLAN
VLC Browser Plugins
Commits
acb639e9
Commit
acb639e9
authored
Feb 22, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We are not 2.0.0-rc anymore
parent
dcf5f2fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure.ac
View file @
acb639e9
...
@@ -2,14 +2,14 @@ dnl Autoconf settings for npapi-vlc
...
@@ -2,14 +2,14 @@ dnl Autoconf settings for npapi-vlc
AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN])
AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN])
AC_INIT(npapi-vlc, 2.0.0
-rc
)
AC_INIT(npapi-vlc, 2.0.0)
VERSION_MAJOR="2"
VERSION_MAJOR="2"
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MAJOR)
VERSION_MINOR="0"
VERSION_MINOR="0"
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_MINOR)
VERSION_REVISION="0"
VERSION_REVISION="0"
AC_SUBST(VERSION_REVISION)
AC_SUBST(VERSION_REVISION)
VERSION_EXTRA="
-rc
"
VERSION_EXTRA=""
AC_SUBST(VERSION_EXTRA)
AC_SUBST(VERSION_EXTRA)
dnl Win32 need s a numerical version_extra.
dnl Win32 need s a numerical version_extra.
case $( echo ${VERSION_EXTRA}|wc -m ) in
case $( echo ${VERSION_EXTRA}|wc -m ) in
...
...
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