diff options
| author | Thomas Koch <thomas@koch.ro> | 2022-07-10 09:43:03 +0000 |
|---|---|---|
| committer | Thomas Koch <thomas@koch.ro> | 2022-07-10 12:33:28 +0000 |
| commit | c98d09b664fe2a6f69b99f035a73c4d78e16c7db (patch) | |
| tree | 9cc95c7199ed4a57244a781125118173179b3d7d /build.properties | |
| parent | 3116713672bbcf6aec50439537e451646bc9a11a (diff) | |
rm GitRevTask
The releaseNr is now set to a static value in build.properties. We
can increment it there manually and eventually switch to another
version number scheme if we like.
Diffstat (limited to 'build.properties')
| -rw-r--r-- | build.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.properties b/build.properties index c2438f437..bf18d35c9 100644 --- a/build.properties +++ b/build.properties @@ -4,6 +4,7 @@ javacTarget=1.8 # Release Configuration
releaseVersion=1.925
+releaseNr=9749
stdReleaseFile=yacy_v${releaseVersion}_${releaseNr}.tar.gz
releaseFileParentDir=yacy
privateKeyFile=private.key
|
