summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Changes4
-rw-r--r--docs/Changes.conf4
-rw-r--r--src/version.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes
index 11e2708ad..4675acdc2 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,5 @@
-Anope Version 2.1.12-git
-------------------------
+Anope Version 2.1.12
+--------------------
Added an example JavaScript library for accessing the RPC interface.
Added an option to require specifying the server name when running destructive network commands like restart or shutdown.
Added support for importing X-line identifiers from Atheme.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index a08e1002d..14cf80b41 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 2.1.12-git
-------------------------
+Anope Version 2.1.12
+--------------------
Added the jsonrpc module.
Added the rpc_data module.
Added the rpc_system module.
diff --git a/src/version.sh b/src/version.sh
index fdb133c6f..56bdf48b2 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=1
VERSION_PATCH=12
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""