Curl return code handling
[dueringa_WikiWalker.git] / src / version.h
blob93fc4fbba17a0c93ab6d030acb37b1a58229500a
1 #include <string>
3 #ifndef _VERSION_H
4 #define _VERSION_H
6 #ifndef _WW_VERSION
7 constexpr char _WW_VERSION[] = "git-prerelease";
8 #endif // _WW_VERSION
10 #endif // _VERSION_H