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 3c40a4d0a..fbc713f7b 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -1,8 +1,8 @@
#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
-VERSION_PATCH="5"
-VERSION_EXTRA=""
+VERSION_PATCH="6"
+VERSION_EXTRA="-with-bacon-and-eggs"
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"