summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-07-20 11:35:26 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2015-07-20 11:35:26 +0200
commit4e8f9a13aa15c50e3dacede393a4c3d40fbb4bcf (patch)
tree27ea03f427fef9761558376b4f4e510c96371e43 /app/src
parentc38759ac0d24f9145f9526e40f28f03ba41e2f30 (diff)
downloadAntennaPod-4e8f9a13aa15c50e3dacede393a4c3d40fbb4bcf.zip
Don't show version code, commit is short hash only (no tag)
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/templates/about.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html
index f37c28229..7dd00cd16 100644
--- a/app/src/main/templates/about.html
+++ b/app/src/main/templates/about.html
@@ -41,8 +41,8 @@
<div id="header" align="center">
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
- <p>AntennaPod, Version @versionname@, Build @versioncode@</p>
- <p>commit: @commit@</p>
+ <p>AntennaPod, Version @versionname@</p>
+ <p>Commit: @commit@</p>
<p>Created by Daniel Oeh</p>