FIRST!!!

This should be the first build on unbundled UI Automator branch

if all goes well...

Bug: 10952315
Bug: 10793010
Change-Id: Iefae1a346cc958b2a8cdec131e48e03155db358a
diff --git a/BuildConstants.java.in b/BuildConstants.java.in
index fde8759..ce155e8 100644
--- a/BuildConstants.java.in
+++ b/BuildConstants.java.in
@@ -2,5 +2,6 @@
 package com.android.uiautomator.core;
 
 public class BuildConstants {
-  public static final String BUILD_NUMBER = "%BUILD_NUMBER%";
+    public static final String VERSION_MAIN = "0";
+    public static final String BUILD_NUMBER = "%BUILD_NUMBER%";
 }