diff options
Diffstat (limited to 'sip/tqt/tqtmod.sip')
-rw-r--r-- | sip/tqt/tqtmod.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tqt/tqtmod.sip b/sip/tqt/tqtmod.sip index b9dc958..0c9ace5 100644 --- a/sip/tqt/tqtmod.sip +++ b/sip/tqt/tqtmod.sip @@ -28,11 +28,11 @@ %Include copying.sip -unsigned PYTQT_VERSION; +int PYTQT_VERSION; const char *PYTQT_VERSION_STR; %ModuleCode -static unsigned PYTQT_VERSION = 0x031201; +static int PYTQT_VERSION = 0x031201; static const char *PYTQT_VERSION_STR = "3.18.1"; %End |