diff options
author | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:00:09 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:00:09 +0100 |
commit | 0715db71829786ec98c6922a9e32077ae396c87e (patch) | |
tree | 54cc7bd65c4ad13adcb2174fb0aae4410574dd8b | |
parent | 8bf14ad5eacdc11955c4e4f3a34e9b5dcbdc7ca7 (diff) |
Mark as 2.0.15-git.
-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 39ff39997..493e2fd68 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.0.15-git +------------------------ +No significant changes. + Anope Version 2.0.14 -------------------- Added support for sqlining channels on UnrealIRCd. diff --git a/docs/Changes.conf b/docs/Changes.conf index 8339994af..a756ef89b 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.0.15-git +------------------------ +No significant changes. + Anope Version 2.0.14 -------------------- Added mail:content_type to allow customising the content type of emails. diff --git a/src/version.sh b/src/version.sh index bf8b88e49..c4597b675 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_PATCH=14 -VERSION_EXTRA="" +VERSION_PATCH=15 +VERSION_EXTRA="-git" |