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

index 8889038d868a28eaabc374d150b33473c9a33158..51658ced6e0f665e346c5b2e0b0fc408f1eaa3c9 100644 (file)
@@ -4751,7 +4751,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.1.0");
 
        PyModule_AddObject(m, "_memmove_addr", PyLong_FromVoidPtr(memmove));
        PyModule_AddObject(m, "_memset_addr", PyLong_FromVoidPtr(memset));