From ac49dfe39a2b72affbc63c3ab25f113af315ed11 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 26 Feb 2003 05:28:03 +0000 Subject: [PATCH] Use shortened DLL version number for wxPython git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 8ba901d52e..f7e64a4c43 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -102,7 +102,7 @@ HYBRID = 1 # If set and not debug or FINAL, then build a # wxWindows must have been built with /MD, not /MDd # (using FINAL=hybrid will do it.) -WXDLLVER = '240' # Version part of wxWindows DLL name +WXDLLVER = '24' # Version part of wxWindows DLL name #----------------------------------------------------------------------