diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2018-08-30 15:57:22 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2018-08-30 15:57:22 +0400 |
commit | c933970974bd5a30fb824c1df64c68f1bc403389 (patch) | |
tree | 2620982123e5ad49db99479835cbeae2830247f5 /plugin/auth_ed25519 | |
parent | 2ad51a0bd8380fba3d03a4cebd43860329b7fbaa (diff) | |
download | mariadb-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/auth_ed25519')
-rw-r--r-- | plugin/auth_ed25519/server_ed25519.c | 2 |
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; |