]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Must update the version number on the extension module as well.
authorThomas Heller <theller@ctypes.org>
Wed, 10 Jan 2007 20:44:21 +0000 (20:44 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 10 Jan 2007 20:44:21 +0000 (20:44 +0000)
Modules/_ctypes/_ctypes.c

index 4d574169bb0adf7ceec539a17224c9696c34ed96..08977ebaabbf76bbd04067192e750596764e8b80 100644 (file)
@@ -4744,7 +4744,7 @@ init_ctypes(void)
 #endif
        PyModule_AddObject(m, "FUNCFLAG_CDECL", PyInt_FromLong(FUNCFLAG_CDECL));
        PyModule_AddObject(m, "FUNCFLAG_PYTHONAPI", PyInt_FromLong(FUNCFLAG_PYTHONAPI));
-       PyModule_AddStringConstant(m, "__version__", "1.0.1");
+       PyModule_AddStringConstant(m, "__version__", "1.0.2");
 
        PyModule_AddObject(m, "_memmove_addr", PyLong_FromVoidPtr(memmove));
        PyModule_AddObject(m, "_memset_addr", PyLong_FromVoidPtr(memset));