[vlc-commits] On the road to 2.0.2
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Mar 26 19:08:44 CEST 2012
    
    
  
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 26 19:08:24 2012 +0200| [f2088303151955b159a9db5c16900e100f095781] | committer: Jean-Baptiste Kempf
On the road to 2.0.2
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=f2088303151955b159a9db5c16900e100f095781
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b39e78e..b7781fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@ dnl Autoconf settings for npapi-vlc
 
 AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN])
 
-AC_INIT(npapi-vlc, 2.0.0)
+AC_INIT(npapi-vlc, 2.0.2)
 VERSION_MAJOR="2"
 AC_SUBST(VERSION_MAJOR)
 VERSION_MINOR="0"
 AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="0"
+VERSION_REVISION="2"
 AC_SUBST(VERSION_REVISION)
 VERSION_EXTRA=""
 AC_SUBST(VERSION_EXTRA)
    
    
More information about the vlc-commits
mailing list