1
    0
    1
    
    
    
    
    $(wxwin.getVersionMajor())
    $(wxwin.getVersionMinor())
    $(wxwin.getVersionRelease())
    
    
    
    
    
        $(WXVER_MAJOR).$(WXVER_MINOR)
    
    
        $(WXVER_MAJOR)$(WXVER_MINOR)
    
    
        $(WX_RELEASE).$(WXVER_RELEASE)
    
    
        $(WX_RELEASE_NODOT)$(WXVER_RELEASE)
    
    $(int(int(WXVER_MINOR) % 2 == 0))
    
    
        Forgot to update WX_CURRENT/WX_REVISION/WX_AGE?
    
    
        $(int(WX_CURRENT)-int(WX_AGE)).$(WX_AGE).$(WX_REVISION)
    
    
    
        
           
            -compatibility_version $(int(WX_AGE)+1).0 -current_version $(int(WX_AGE)+1).$(WX_REVISION)
        
    
    
        $(WX_RELEASE_NODOT)
        $(WX_VERSION_NODOT)