mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
7 lines
82 B
C++
7 lines
82 B
C++
#include "vio-global.h"
|
|
|
|
extern "C" const char*
|
|
vio_version()
|
|
{
|
|
return "0.2";
|
|
}
|