diff options
| author | Michael Peter Christen <mc@yacy.net> | 2022-10-04 15:31:47 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2022-10-04 15:31:47 +0200 |
| commit | 60c9986a0e4a4f4f75e1ba93e6cf1ac0f9f1fed6 (patch) | |
| tree | cc711ac3f98e667dbded0357da39bfaa912e6787 /defaults | |
| parent | ede9efe50cae7ed58d8bf7ef7aa54c3c06b45810 (diff) | |
new release file names with date and git hash
...without reference to 9000ish SVN
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacyBuild.properties.template | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/defaults/yacyBuild.properties.template b/defaults/yacyBuild.properties.template index 10eaa3f6e..5b0e09234 100644 --- a/defaults/yacyBuild.properties.template +++ b/defaults/yacyBuild.properties.template @@ -1,3 +1,7 @@ -SVNRevision = @REPL_REVISION_NR@ Version = @REPL_VERSION@ -RepositoryVersion = @REPL_REPVER@
\ No newline at end of file +RepositoryVersionDate = @REPL_REPVERDATE@ +RepositoryVersionTime = @REPL_REPVERTIME@ +RepositoryVersionHash = @REPL_REPVERHASH@ +ReleaseStub = @REPL_RELEASESTUB@ +dstamp = @REPL_DSTAMP@ +tstamp = @REPL_TSTAMP@
\ No newline at end of file |
