]> granicus.if.org Git - python/commitdiff
obcheckin.
authorGuido van Rossum <guido@python.org>
Tue, 22 May 2007 18:28:08 +0000 (18:28 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 May 2007 18:28:08 +0000 (18:28 +0000)
Python/Python-ast.c

index fefa5c9806f341d5fbc8895d5ac51594755d204d..791b32d3fb0d4d453167068ce5cc55073abf4264 100644 (file)
@@ -2,7 +2,7 @@
 
 
 /*
-   __version__ 55430.
+   __version__ 55514.
 
    This module must be committed separately after each AST grammar change;
    The __version__ number is set to the revision number of the commit
@@ -3124,7 +3124,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__", "55430") < 0)
+        if (PyModule_AddStringConstant(m, "__version__", "55514") < 0)
                 return;
         if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return;
         if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0)