repo.or.cz
/
dueringa_WikiWalker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Curl return code handling
[dueringa_WikiWalker.git]
/
src
/
version.h
blob
93fc4fbba17a0c93ab6d030acb37b1a58229500a
1
#include <string>
2
3
#ifndef _VERSION_H
4
#define _VERSION_H
5
6
#ifndef _WW_VERSION
7
constexpr
char
_WW_VERSION
[] =
"git-prerelease"
;
8
#endif
// _WW_VERSION
9
10
#endif
// _VERSION_H