summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2018-08-30 15:57:22 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2018-08-30 15:57:22 +0400
commitc933970974bd5a30fb824c1df64c68f1bc403389 (patch)
tree2620982123e5ad49db99479835cbeae2830247f5 /plugin
parent2ad51a0bd8380fba3d03a4cebd43860329b7fbaa (diff)
downloadmariadb-git-c933970974bd5a30fb824c1df64c68f1bc403389.tar.gz
MDEV-16665 ed25519 describes itself as 1.0-alpha even though it's not alpha.
Plugin version name fixed.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/auth_ed25519/server_ed25519.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_ed25519/server_ed25519.c b/plugin/auth_ed25519/server_ed25519.c
index 7720a0a4074..8e442e56804 100644
--- a/plugin/auth_ed25519/server_ed25519.c
+++ b/plugin/auth_ed25519/server_ed25519.c
@@ -101,7 +101,7 @@ maria_declare_plugin(ed25519)
0x0100,
NULL,
NULL,
- "1.0-alpha",
+ "1.0",
MariaDB_PLUGIN_MATURITY_STABLE
}
maria_declare_plugin_end;