diff options
author | Adam <Adam@anope.org> | 2012-02-04 13:12:11 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-02-04 13:12:11 -0500 |
commit | 01194e3958fb37595610d5a236f204e08767e22f (patch) | |
tree | 92f34288f8cae164ec9a625c788c3756c488e458 /src | |
parent | f082530f8977ced0aba257b11894ff44c32c068a (diff) |
Bump for 1.9.7-git
Diffstat (limited to 'src')
-rw-r--r-- | src/version.sh | 4 |
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" |