summaryrefslogtreecommitdiff
path: root/SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/Version.java
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/Version.java')
-rw-r--r--SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/Version.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/Version.java b/SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/Version.java
new file mode 100644
index 000000000..ec9dc332b
--- /dev/null
+++ b/SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/Version.java
@@ -0,0 +1,5 @@
+package com.ford.syncV4.proxy;
+
+public class Version {
+ public static final String VERSION = "MAJOR.MINOR.YYMMDD.#_FOR_DAY";
+}