Sparse Virtual File System  0.4.1
A Sparse Virtual File System.
cpp_svfs.cpp
Go to the documentation of this file.
1 
32 #include "cpp_svfs.h"
33 
35 const char *SVFS_CPP_VERSION = "0.4.1";
36 
44 const char *SVFS_CPP_VERSION_SUFFIX = "";
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