ref: 50d5296d42cffcc60b9244af3aa672c5151e31cb
parent: f72b87294908e6fd28c79558bb7519e0bef1a3c9
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Tue Jan 27 11:06:50 EST 2015
On the road to 1.4.0
--- 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.
--- 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)