The line in that file uses
#define OlcbCommonVersion "0.7.1"
Although the 0.7.1 may not mean the 0.1.19 I am thinking it mean. This may be the version for the OpenLCB standards?
in the sketch I added this
extern "C" {
const EIDTab eidtab[NUM_EVENT] PROGMEM = {
SERVOEID(NUM_SERVOS),
IOEID(NUM_IO)
};
extern const char SNII_const_data[] PROGMEM =
"\001" MANU "\000" MODEL "\000" HWVERSION "\000" SWVERSION " " OlcbCommonVersion;
}
So it now displays the
#define SWVERSION "1.44 " // Software version
So in JMRI it now shows up like this
Software : 1.44 0.7.1

The line in that file uses
#define OlcbCommonVersion "0.7.1"
Although the 0.7.1 may not mean the 0.1.19 I am thinking it mean. This may be the version for the OpenLCB standards?
in the sketch I added this
extern "C" {
const EIDTab eidtab[NUM_EVENT] PROGMEM = {
SERVOEID(NUM_SERVOS),
IOEID(NUM_IO)
};
extern const char SNII_const_data[] PROGMEM =
"\001" MANU "\000" MODEL "\000" HWVERSION "\000" SWVERSION " " OlcbCommonVersion;
}
So it now displays the
#define SWVERSION "1.44 " // Software version
So in JMRI it now shows up like this
Software : 1.44 0.7.1