]> granicus.if.org Git - python/commitdiff
Commit regenerated Python-ast.c.
authorThomas Wouters <thomas@python.org>
Fri, 21 Apr 2006 14:02:59 +0000 (14:02 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 21 Apr 2006 14:02:59 +0000 (14:02 +0000)
Python/Python-ast.c

index 249f70e5b2fa186e6d6f813832a09b885122dc64..8e16cfb4206578b6d8d58d0e1c3ca368c4e7da7d 100644 (file)
@@ -3048,7 +3048,7 @@ init_ast(void)
         if (PyDict_SetItemString(d, "AST", (PyObject*)AST_type) < 0) return;
         if (PyModule_AddIntConstant(m, "PyCF_ONLY_AST", PyCF_ONLY_AST) < 0)
                 return;
-        if (PyModule_AddStringConstant(m, "__version__", "42753") < 0)
+        if (PyModule_AddStringConstant(m, "__version__", "45597") < 0)
                 return;
         if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
         if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)