Add a global version number.

So the main() and About dialog can use it.
This commit is contained in:
Ernie Pasveer
2021-10-03 10:34:50 -05:00
parent 3e8790807b
commit 2ee3c2bf3a
5 changed files with 35 additions and 4 deletions
+6
View File
@@ -3,6 +3,12 @@
namespace Seer {
QString version () {
// Increment this with every release on GitHub.
return "1.0.5";
}
QString filterEscapes (const QString& str) {
QString tmp = str;