Bump version # to 2.3a2.
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 08993b9..69415ca 100644
--- a/PC/python_nt.rc
+++ b/PC/python_nt.rc
@@ -33,14 +33,14 @@
  * but that neither gives an error nor comes anywhere close to working.  The
  * following comment and #define are output from PCbuild\field3.py:
  *
- * For 2.3a0,
+ * For 2.3a2,
  * PY_MICRO_VERSION = 0
  * PY_RELEASE_LEVEL = 'alpha' = 0xa
- * PY_RELEASE_SERIAL = 1
+ * PY_RELEASE_SERIAL = 2
  *
- * and 0*1000 + 10*10 + 1 = 101
+ * and 0*1000 + 10*10 + 2 = 102
  */
-#define FIELD3 101
+#define FIELD3 102
 
 /* e.g., 2.1a2
  * PY_VERSION comes from patchevel.h