Updates for portage-2.3.10 release
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6133f77..8e57090 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.10
+==================================
+* Bug Fixes:
+    - Bug 631454 First run of postinst_qa_check consumes too much time
+      and reports false positives
+
+
 portage-2.3.9
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index 0b658a2..26f618c 100755
--- a/setup.py
+++ b/setup.py
@@ -659,7 +659,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.9',
+	version = '2.3.10',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',