02f3efea8c
git-svn-id: https://osmand.googlecode.com/svn/trunk@430 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
10 lines
280 B
Java
10 lines
280 B
Java
package com.osmand;
|
|
|
|
public class Version {
|
|
|
|
public static final String APP_VERSION = "0.3.3"; //$NON-NLS-1$
|
|
public static final String APP_NAME = "OsmAnd"; //$NON-NLS-1$
|
|
|
|
public static final String APP_NAME_VERSION = APP_NAME + " " + APP_VERSION; //$NON-NLS-1$
|
|
|
|
}
|