Closed GoogleCodeExporter closed 9 years ago
Hi. This is because MD does not let us use .x in version numbers which is a
pain.
They have make you use an int which is a whole number.
private static final int VERSION = 15;
I created a string so I could do what I want.
protected static final String VERSION_STRING = "Beta 15.7.7";
maybe next time I build (not soon), I can change the MD version to 15 so that
is closer to 15.7.7. I want to show small and big changes not just single
numbers all the time.
Original comment by stashu....@gmail.com
on 27 Jan 2013 at 7:50
Hi Stan,
Understood and thank you for your reply.
-Kevin N.
Original comment by kmnugent...@gmail.com
on 27 Jan 2013 at 8:09
Original issue reported on code.google.com by
kmnugent...@gmail.com
on 27 Jan 2013 at 3:31