0.11.2
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5213705..d83f244 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "11")
-set(POPPLER_MICRO_VERSION "1")
+set(POPPLER_MICRO_VERSION "2")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
 # command line switches
diff --git a/NEWS b/NEWS
index aa98555..2abce69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Release 0.11.2 (0.12 Beta 2)
+
+	core:
+	 * Make DecryptStream return sane values for getPos(). Bug #19706
+	 * Fix bug when printing pdf with multiple page sizes in duplex mode
+	 * Initilize AnnotColot properly when the Array is not correct
+	 * Fix crash on some files with forms. Bug #22485
+	 * Fix crash in files with invalid embedded files. Bug #22551
+	 * Improve FileSpec attribute parsing
+	 * Cairo output device improvements. Bugs #10942, #18017, #14160
+	 * Implement blend modes in cairo backend
+	 * Handle fontType1COT fonts in CairoFontEngine
+	 * Fix generation of PS for some files. Bug #18908
+	 * Don't use byte_lookup table when color space doesn't support getLine methods. Bug #11027
+	 * Fix rendering of PDF files with malformed patterns. Bug #22835
+	 * Add the possibility of disabling font substitution in pdftops. Bug #23030
+	 * Fix some radio buttons not being detected as such
+	
+	glib:
+	 * Improvements to the demo
+	
+	Qt4:
+	 * Improvements to the demo
+	
+	build system:
+	 * Use gtkbuilder rather than libglade for some tests
+	
+	utils:
+	 * Fix bug with noCrop parameter in pdftops 
+
 Release 0.11.1 (0.12 Beta 1)
 
 	core:
diff --git a/configure.ac b/configure.ac
index 4574582..11d16ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([poppler_version_major],[0])
 m4_define([poppler_version_minor],[11])
-m4_define([poppler_version_micro],[1])
+m4_define([poppler_version_micro],[2])
 m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
 
 AC_PREREQ(2.59)
diff --git a/msvc/config.h b/msvc/config.h
index 2a083ec..a3bf753 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -32,13 +32,13 @@
 #define PACKAGE_NAME "poppler"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "poppler 0.11.1"
+#define PACKAGE_STRING "poppler 0.11.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "poppler"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.11.1"
+#define PACKAGE_VERSION "0.11.2"
 
 /* Poppler data dir */
 #define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -53,7 +53,7 @@
 /* #undef USE_EXCEPTIONS */
 
 /* Version number of package */
-#define VERSION "0.11.1"
+#define VERSION "0.11.2"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index e75c7e3..3707e06 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.11.1
+PROJECT_NUMBER         = 0.11.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.