diff options
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes index 82ad11984..e698a10e0 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.8-git +----------------------- +No significant changes. + Anope Version 2.1.7 ------------------- Added importing of akick reasons, forbid reasons, opers and session exceptions to db_atheme. diff --git a/docs/Changes.conf b/docs/Changes.conf index 8fd5654a4..8573b9d5d 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.1.8-git +----------------------- +No significant changes. + Anope Version 2.1.7 ------------------- Moved nickserv/set/language and nickserv/saset/language to the ns_set_language module. diff --git a/src/version.sh b/src/version.sh index 505765211..f7aaf3972 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=7 -VERSION_EXTRA="" +VERSION_PATCH=8 +VERSION_EXTRA="-git" |