summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/version.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.sh b/src/version.sh
index 42f7862fd..6b3f3be14 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -1,8 +1,8 @@
#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
-VERSION_PATCH="6"
-VERSION_EXTRA=""
+VERSION_PATCH="7"
+VERSION_EXTRA="-avoid-direct-visual-contact"
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"