summaryrefslogtreecommitdiff
path: root/altosui/AltosVersion.java.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-03-19 18:43:52 -0700
committerKeith Packard <keithp@keithp.com>2011-03-19 18:48:34 -0700
commit16b886fcd3a29e420a8351bc5da0baa4d7b77255 (patch)
treed5a389a8fc6b75a97c6097ba2bc9760439b60e08 /altosui/AltosVersion.java.in
parente2a2893fc04113ebc85a026c96f7317f4e82da58 (diff)
altosui: Add software version to Configure AltosUI dialog
Show this somewhere so we can figure out what is installed. Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit e980b251e5a4d25410710a9aa89ef940e06b0d93)
Diffstat (limited to 'altosui/AltosVersion.java.in')
-rw-r--r--altosui/AltosVersion.java.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/altosui/AltosVersion.java.in b/altosui/AltosVersion.java.in
new file mode 100644
index 00000000..b0b3c0cf
--- /dev/null
+++ b/altosui/AltosVersion.java.in
@@ -0,0 +1,22 @@
+/*
+ * 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@";
+}