diff options
author | Jean-Marie Henaff <jmhenaff@google.com> | 2015-06-18 17:26:40 +0200 |
---|---|---|
committer | Jean-Marie Henaff <jmhenaff@google.com> | 2015-06-18 17:26:40 +0200 |
commit | daf8bf8a8ff6f273c88c4e1d67b0d26315ece444 (patch) | |
tree | 2b54ed44af9d5ae18b33d68ee70dd05289cc5098 | |
parent | b856578e4456966c32f1075a22eb7c61a90b48dc (diff) | |
download | toolchain_jill-daf8bf8a8ff6f273c88c4e1d67b0d26315ece444.zip toolchain_jill-daf8bf8a8ff6f273c88c4e1d67b0d26315ece444.tar.gz toolchain_jill-daf8bf8a8ff6f273c88c4e1d67b0d26315ece444.tar.bz2 |
Add jill[-api]-version.properties resource files
Change-Id: Ib93f06c7ea7f6b2e9e3472a38107ac5e420783ea
-rw-r--r-- | jill-api/rsc/jill-api-version.properties | 26 | ||||
-rw-r--r-- | jill/rsc/jill-version.properties | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/jill-api/rsc/jill-api-version.properties b/jill-api/rsc/jill-api-version.properties new file mode 100644 index 0000000..9a505b2 --- /dev/null +++ b/jill-api/rsc/jill-api-version.properties @@ -0,0 +1,26 @@ +# +# Copyright (C) 2015 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +version-file.version.code=1 + +version=1.1-rc4 +version.release.name=Brest +version.release.code=2 +version.sub-release.kind=CANDIDATE +version.sub-release.code=17 + +# These properties are added by the release step +# version.buildid=<BUILDID> +# version.sha=<SHA> diff --git a/jill/rsc/jill-version.properties b/jill/rsc/jill-version.properties new file mode 100644 index 0000000..9a505b2 --- /dev/null +++ b/jill/rsc/jill-version.properties @@ -0,0 +1,26 @@ +# +# Copyright (C) 2015 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +version-file.version.code=1 + +version=1.1-rc4 +version.release.name=Brest +version.release.code=2 +version.sub-release.kind=CANDIDATE +version.sub-release.code=17 + +# These properties are added by the release step +# version.buildid=<BUILDID> +# version.sha=<SHA> |