Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-ercp-dev] Reminder for the SWT.getVersion()

Hi, I was looking at the SWT.getVersion() implementations for eSWT and it looks like our implementations are constants and they seem to be stuck at 1. The SWT implementation of the same API is "major * 1000 + minor" so for our implementations. I suggest we use the same implementation. That does not mean that we synchronize our major number with SWT, it just means that we have a similiar number.
--
Gorkem


Back to the top