]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/docs/api/mg_version.md
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / docs / api / mg_version.md
1 # Civetweb API Reference
2
3 ### `mg_version();`
4
5 ### Parameters
6
7 *none*
8
9 ### Return Value
10
11 | Type | Description |
12 | :--- | :--- |
13 |`const char *`| A pointer to a text with the current CivetWeb version |
14
15 ### Description
16
17 The function `mg_version()` can be used to return the current CivetWeb version. The function returns a pointer to a string with the current major and minor version number separated with a dot, for example "1.9".
18
19 ### See Also