summaryrefslogtreecommitdiff
path: root/altosui/AltosVersion.java.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-02 09:09:10 -0800
committerKeith Packard <keithp@keithp.com>2013-01-02 09:09:10 -0800
commit605b752080827bb59fcff5af9f1eab9fd5dad76b (patch)
tree1bd4b81e58d87f47a351deb630a12f4c3cd285ec /altosui/AltosVersion.java.in
parent5ce43661834920c3a8f3a1b6e1c555fb952b512d (diff)
altosui: Remove AltosVersion.java
Version data now stored in AltosUIVersion.java Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosVersion.java.in')
-rw-r--r--altosui/AltosVersion.java.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/altosui/AltosVersion.java.in b/altosui/AltosVersion.java.in
deleted file mode 100644
index b0b3c0cf..00000000
--- a/altosui/AltosVersion.java.in
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright © 2011 Keith Packard <keithp@keithp.com>
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- */
-
-package altosui;
-
-public class AltosVersion {
- public final static String version = "@VERSION@";
-}