Skip to content
Snippets Groups Projects
Commit b6fd1d71 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Bumping version to 1.2.11

parent d1052718
No related branches found
No related tags found
No related merge requests found
$Id$
Changes between 1.2.10 and 1.2.11:
----------------------------------
* improvements on RPC-II handling.
* more robust key retrieval.
* fixes for MingW compilation.
* fixes for OS/2 compilation.
* various bug fixes for small issues, memleaks, crashes and build issues.
Changes between 1.2.9 and 1.2.10:
---------------------------------
......
......@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvdcss, 1.2.10)
AM_INIT_AUTOMAKE(libdvdcss, 1.2.11)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
......
......@@ -31,7 +31,7 @@ PROJECT_NAME = libdvdcss
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.2.10
PROJECT_NUMBER = 1.2.11
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......
......@@ -40,7 +40,7 @@
#define STDC_HEADERS 1
/* #undef SYS_BEOS */
/* #undef SYS_CYGWIN */
#define VERSION "1.2.10"
#define VERSION "1.2.11"
/* #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