Compiling 3.2.10 but being told it isn't the latest version

I’m compiling the latest source and yet when I run it, I get a message stating this isn’t the current version, despite the fact that it is 3.2.10 src. Any ideas?

Running latest Eclipse as well as Mac OS Maverick

Ok, I think I’ve found it. Looks like info.java wasn’t updated:

public final class Info {
private static final String VERSION = “3.2.10”; //$NON-NLS-1$ ← corrected version

Thus spake DoctorMikeReddy:

I’m compiling the latest source and yet when I run it, I get a message
stating this isn’t the current version, despite the fact that it is
3.2.10 src. Any ideas?

What’s telling you that you don’t have the current version? What
is the exact text of the message?


J.

It was just the usual “You’re not running the latest version” message in the Vassal terminal window. Once I changed the text above it was fine.