summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-10-22 12:10:08 +0100
committerSadie Powell <sadie@witchery.services>2020-10-22 12:10:08 +0100
commit3856538e485b4e2dc96ec3cf30fae5a9c1ea6e86 (patch)
tree0f393baa31571d5a904a95199d3efd2697a2e309
parent236affa2a4db1f8fe5a5c0645da40f0f0901e7f6 (diff)
Bump for 2.0.10-git.
-rw-r--r--docs/Changes3
-rw-r--r--docs/Changes.conf3
-rw-r--r--src/version.sh4
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes
index 45d38a5e7..67674e156 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,3 +1,6 @@
+Anope Version 2.0.10-git
+--------------------
+
Anope Version 2.0.9
-------------------
Fix a regression from 2.0.8 that prevented serialising to MySQL.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 6238ef5b1..662829ca3 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,6 @@
+Anope Version 2.0.10-git
+--------------------
+
Anope Version 2.0.9
-------------------
No significant changes.
diff --git a/src/version.sh b/src/version.sh
index 76274fa6a..964882528 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,5 +2,5 @@
VERSION_MAJOR=2
VERSION_MINOR=0
-VERSION_PATCH=9
-VERSION_EXTRA=""
+VERSION_PATCH=10
+VERSION_EXTRA="-git"