Remove ant build files
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / BuildInfo.java.in
index 763f814efffec236d240a457ad980d0bdc25514c..aa6c9a74130bca10ce17c9d0065e66da5006e44c 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
 package org.altusmetrum.AltosDroid;
 
 public class BuildInfo {
-       public static final String git_describe = "@DESCRIBE@";
        public static final String version      = "@VERSION@";
+       public static final String git_describe = "@DESCRIBE@";
+       public static final String branch       = "@BRANCH@";
        public static final String commitnum    = "@COMMITNUM@";
        public static final String commithash   = "@COMMITHASH@";
        public static final String builddate    = "@BUILDDATE@";
        public static final String buildtime    = "@BUILDTIME@";
+       public static final String buildtz      = "@BUILDTZ@";
 }