Sparse Virtual File System  0.4.0
A Sparse Virtual File System.
cpp_svfs.h
Go to the documentation of this file.
1 
33 #ifndef CPPSVF_CPP_SVFS_H
34 #define CPPSVF_CPP_SVFS_H
35 
36 extern const char *SVFS_CPP_VERSION;
37 extern int SVFS_CPP_VERSION_MAJOR;
38 extern int SVFS_CPP_VERSION_MINOR;
39 extern int SVFS_CPP_VERSION_PATCH;
40 extern const char *SVFS_CPP_VERSION_SUFFIX;
41 
42 #endif //CPPSVF_CPP_SVFS_H
const char * SVFS_CPP_VERSION_SUFFIX
Version suffix string, could be "rc2" for example.
Definition: cpp_svfs.cpp:44
int SVFS_CPP_VERSION_PATCH
Patch version number.
Definition: cpp_svfs.cpp:42
int SVFS_CPP_VERSION_MINOR
Minor version number.
Definition: cpp_svfs.cpp:40
int SVFS_CPP_VERSION_MAJOR
Major version number.
Definition: cpp_svfs.cpp:38
const char * SVFS_CPP_VERSION
The version as a string.
Definition: cpp_svfs.cpp:35