Release 0.6.3
diff --git a/NEWS b/NEWS
index e51cba2..233091e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 0.6.3
+
+	core:
+	 * Fix crash in extra debug code
+
+	glib frontend:
+	 * Make sure passwords are passed in latin1 to poppler core
+
+	Qt frontend:
+	 * Fix crash on documents that specify an empty date
+	
+	build system:
+	 * Disable gtk tests if the user disabled glib frontend
+
 Release 0.6.2
 
 	poppler core:
diff --git a/configure.ac b/configure.ac
index 204d1eb..51d5ddb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.6.2)
+AC_INIT(poppler, 0.6.3)
 AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(poppler/poppler-config.h)
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 19a0fa8..53f0bb3 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.6.2
+PROJECT_NUMBER         = 0.6.3
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.