[vlc-commits] On the road to 2.0.6
Jean-Baptiste Kempf
git at videolan.org
Sat Dec 15 12:37:45 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec 15 12:37:19 2012 +0100| [38721d041c19fe20ed3c5c276b2b5249c96c7e43] | committer: Jean-Baptiste Kempf
On the road to 2.0.6
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=38721d041c19fe20ed3c5c276b2b5249c96c7e43
---
NEWS | 4 ++++
configure.ac | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 93fead7..c981be1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 2.0.5 and 2.0.6:
+--------------------------------
+
+
Changes between 2.0.4 and 2.0.5:
--------------------------------
diff --git a/configure.ac b/configure.ac
index 8233a4f..4c04517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN])
-AC_INIT(vlc, 2.0.5)
+AC_INIT(vlc, 2.0.6)
VERSION_MAJOR=2
VERSION_MINOR=0
-VERSION_REVISION=5
+VERSION_REVISION=6
VERSION_EXTRA=0
VERSION_DEV=
More information about the vlc-commits
mailing list