Joedb 9.1.4
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 constexpr const char *get_version()
7 {
8 return
9#include "joedb/../../VERSION"
10 ;
11 }
12}
13
14#endif
Definition Blob.h:7
constexpr const char * get_version()
Definition get_version.h:6