diff options
| author | reger <reger18@arcor.de> | 2016-03-20 03:42:33 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-03-20 03:42:33 +0100 |
| commit | 726ebee65a9872c3ebc658493eb80af38fc1d6cc (patch) | |
| tree | 72a9426bb19e73d7baa5993da1bd3f5a7e8b57b4 /defaults/yacy.init | |
| parent | fb8ae14b217cb247d97830ff5237c80a4fe3c93e (diff) | |
include Version config string in yacy.init (replacing svnRevision)
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index b5c2f539f..6edee12cc 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1001,7 +1001,8 @@ httpc.nameCacheNoCachingPatterns = .*.ath.cx,.*.blogdns.*,.*.boldlygoingnowhere. #squid Redirector compatible externalRedirector= -svnRevision=0 +# the Yacy Version this config was created with +Version=0.0 currentSkin=pdbootstrap |
