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 | |
parent | f082530f8977ced0aba257b11894ff44c32c068a (diff) |
Bump for 1.9.7-git
-rw-r--r-- | docs/Changes | 3 | ||||
-rw-r--r-- | docs/Changes.conf | 3 | ||||
-rw-r--r-- | src/version.sh | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes index 17b36f3ee..25b5dc142 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,6 @@ +Anope Version 1.9.7 +-------------------- + Anope Version 1.9.6 -------------------- A Added ability to configure emails sent by services diff --git a/docs/Changes.conf b/docs/Changes.conf index 15926b450..03db49299 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,6 @@ +Anope Version 1.9.7 +------------------- + Anope Version 1.9.6 ------------------- service:channels added to join services to channels 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" |