diff --git a/psycopg2.cproj b/psycopg2.cproj
index 8a131102..72bd11b5 100644
--- a/psycopg2.cproj
+++ b/psycopg2.cproj
@@ -97,8 +97,6 @@
-
-
@@ -133,10 +131,8 @@
-
-
@@ -173,6 +169,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -202,6 +227,7 @@
+
@@ -210,8 +236,8 @@
-
-
+
+
diff --git a/setup.py b/setup.py
index 13abfe1a..0a491a98 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ from distutils.sysconfig import get_python_inc
from distutils.ccompiler import get_default_compiler
PSYCOPG_VERSION = '2.2.0'
-version_flags = ['dt', 'dec', 'release-candidate-1']
+version_flags = ['dt', 'dec']
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')