Joedb 9.5.0
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
get_version.h
Go to the documentation of this file.
1#ifndef joedb_get_version_declared
2#define joedb_get_version_declared
3
4namespace joedb
5{
6 /// @ingroup joedb
7 constexpr const char *get_version()
8 {
9 return
10#include "joedb/../../VERSION"
11 ;
12 }
13}
14
15#endif
constexpr const char * get_version()
Definition get_version.h:7
Definition Blob.h:7