Add git version to the settings page

Useful for bug reports
This commit is contained in:
moneromooo.monero
2016-12-20 21:13:42 +00:00
parent aea9c233cc
commit f19318fbd1
4 changed files with 41 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ elif [ "$platform" == "mingw64" ] || [ "$platform" == "mingw32" ]; then
MONEROD_EXEC=monerod.exe
fi
# force version update
get_tag
echo "var VERSION = \"$VERSIONTAG\"" > version.js
cd build
qmake ../monero-wallet-gui.pro "$CONFIG"
make