Discussion:
[libdvdcss-devel] On the road to 1.4.0
Jean-Baptiste Kempf
2015-01-27 15:07:02 UTC
Permalink
libdvdcss | branch: master | Jean-Baptiste Kempf <***@videolan.org> | Tue Jan 27 16:06:50 2015 +0100| [50d5296d42cffcc60b9244af3aa672c5151e31cb] | committer: Jean-Baptiste Kempf

On the road to 1.4.0
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=50d5296d42cffcc60b9244af3aa672c5151e31cb
---

NEWS | 4 ++--
configure.ac | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 01743c7..99d1d7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Changes since 1.3.0:
---------------------
+Changes between 1.3.0 and 1.4.0:
+--------------------------------
* Drop support for HP-UX.
* Drop support for Windows 9x and Windows NT.
Windows 2000 is now required.
diff --git a/configure.ac b/configure.ac
index ac759d4..55a6f69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libdvdcss, 1.3.0, , , https://www.videolan.org/developers/libdvdcss.html)
+AC_INIT(libdvdcss, 1.4.0, , , https://www.videolan.org/developers/libdvdcss.html)
AC_CONFIG_SRCDIR([src/libdvdcss.c])

AC_PREREQ(2.50)

Loading...