Skip to content
Snippets Groups Projects
Commit bd002e75 authored by Sam Hocevar's avatar Sam Hocevar
Browse files

* Bump version number to 1.2.10.

  * Update NEWS and ChangeLog.
parent 096408a0
No related branches found
Tags 1.2.10
No related merge requests found
This diff is collapsed.
$Id$
Changes between 1.2.9 and 1.2.10:
---------------------------------
* DVD drive autodetection.
* new dvdcss_is_scrambled() function.
* various failure recovery improvements.
* accept "X:\" as a device name, as well as "X:".
* various bug fixes.
Changes between 1.2.8 and 1.2.9:
--------------------------------
......
......@@ -4,14 +4,14 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvdcss, 1.2.9)
AM_INIT_AUTOMAKE(libdvdcss, 1.2.10)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_STDC_HEADERS
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AM_PROG_LIBTOOL
AC_C_CONST
AC_C_INLINE
......
......@@ -40,7 +40,7 @@
#define STDC_HEADERS 1
/* #undef SYS_BEOS */
/* #undef SYS_CYGWIN */
#define VERSION "1.2.9"
#define VERSION "1.2.10"
/* #undef const */
/* #undef inline */
/* #undef size_t */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment