0.13.3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0725747..1eba1fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "13")
-set(POPPLER_MICRO_VERSION "2")
+set(POPPLER_MICRO_VERSION "3")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
 # command line switches
diff --git a/NEWS b/NEWS
index baf38d5..66f048e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Release 0.13.3 (0.14 Beta 2)
+
+	core:
+	 * Fix roll optimization in the PS function interpreter
+	 * Correctly parse numbers with '+' sign. Gnome bug #614549
+	 * Add support for cached files
+	 * Add support for reading a cached file from stdin
+	 * Add HTTP support using libcurl, disabled by default
+	 * Add some const correctnes to GooString
+	 * Rework DCTStream error handling. Bug #26280
+	 * Use current fill_opacity when drawing soft masked images in Cairo backend. Gnome bug #614915
+	 * Use the topleft of the Rect of text annots to draw
+	 * Fix saving update docs that have a compressed xref table. Bug #27450
+	 * Parse varius part of the document catalog on demand
+	 * Implement colorizing image masks with pattern colorspace in Cairo backend
+	 * Fix a crash when rendering 0x0 images in Cairo backend
+	 * Check pattern status after setting matrix when rendering images
+	 * Improve text selection/extraction order. Bug #3188
+	 * Fix pattern size when bbox is not at 0,0
+	 * Improve colorizing text and masks in pattern colorspace. Bug #27482
+	 * Silence some Illegal entry in bfrange block in ToUnicode CMap. Bug #27728
+
+	utils:
+	 * Add the -o[dd] and -e[ven] options to pdftoppm
+	 * Allow read from stdin using the new cached files feature
+	 * Fix crash in pdftohtml when output filename was shorter than 5 characters
+
+	glib:
+	 * Use existing cairo api when rendering to a pixbuf
+	 * Compile with -DGSEAL_ENABLE. Bug #27579
+
 Release 0.13.2 (0.14 Beta 1)
 
 	core:
diff --git a/configure.ac b/configure.ac
index 0a83b08..c92eac2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([poppler_version_major],[0])
 m4_define([poppler_version_minor],[13])
-m4_define([poppler_version_micro],[2])
+m4_define([poppler_version_micro],[3])
 m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
 
 AC_PREREQ(2.59)
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 62fd80a..489833e 100644
--- a/cpp/Doxyfile
+++ b/cpp/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.13.2
+PROJECT_NUMBER         = 0.13.3
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 367a88b..ac087fc 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.13.2
+PROJECT_NUMBER         = 0.13.3
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.