aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@wolfpuppy.org.uk>2012-10-28 10:10:10 +0000
committerTorne (Richard Coles) <torne@wolfpuppy.org.uk>2012-10-28 10:11:21 +0000
commitc86b65112cfa06ec5cc9810c5751c64714e66c48 (patch)
treefd01c993c83fbe438b477d393b03b1b235d5a4f7 /res
parent9ed7b4fd299fd5007b602f70e472d69fbd66ebf4 (diff)
downloadconnectbot-c86b65112cfa06ec5cc9810c5751c64714e66c48.tar.gz
connectbot-c86b65112cfa06ec5cc9810c5751c64714e66c48.tar.bz2
connectbot-c86b65112cfa06ec5cc9810c5751c64714e66c48.zip
Handle git version differently to fix Eclipse builds.
Unfortunately Eclipse appears to be too dumb to generate the version and build it correctly (even using an external build step it fails to rebuild resources afterward), so go back to having a dummy version checked into the repository. Run git update-index --assume-unchanged on the file before updating the version, so that git doesn't consider the file to have changed, instead.
Diffstat (limited to 'res')
-rw-r--r--res/values/version.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/version.xml b/res/values/version.xml
new file mode 100644
index 0000000..94227c9
--- /dev/null
+++ b/res/values/version.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="msg_version" translatable="false">ConnectBot (working copy)</string>
+</resources>