2010-06-14 12:53:07 +02:00
|
|
|
package com.osmand;
|
|
|
|
|
|
|
|
public class Version {
|
|
|
|
|
2010-08-03 13:43:25 +02:00
|
|
|
public static final String APP_VERSION = "0.3.3"; //$NON-NLS-1$
|
2010-06-19 19:01:40 +02:00
|
|
|
public static final String APP_NAME = "OsmAnd"; //$NON-NLS-1$
|
2010-06-14 12:53:07 +02:00
|
|
|
|
2010-06-19 19:01:40 +02:00
|
|
|
public static final String APP_NAME_VERSION = APP_NAME + " " + APP_VERSION; //$NON-NLS-1$
|
2010-06-14 12:53:07 +02:00
|
|
|
|
|
|
|
}
|