diff options
author | Yohann Roussel <yroussel@google.com> | 2015-06-18 15:39:15 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-06-18 15:39:15 +0000 |
commit | 6adc97bf1632d12c6b2c89dac0736cdfcc8aae30 (patch) | |
tree | 143c23e3510d40cdd003d9ca58f2f1af03384fce /jack | |
parent | 31ca3ca07afdfc2106827ae6933e2a66fc079686 (diff) | |
parent | af97ebce1589f4e085034d0db26c5f0642cf85ff (diff) | |
download | toolchain_jack-6adc97bf1632d12c6b2c89dac0736cdfcc8aae30.zip toolchain_jack-6adc97bf1632d12c6b2c89dac0736cdfcc8aae30.tar.gz toolchain_jack-6adc97bf1632d12c6b2c89dac0736cdfcc8aae30.tar.bz2 |
Merge "Add a jack-version.properties resource" into ub-jack-brest
Diffstat (limited to 'jack')
-rw-r--r-- | jack/rsc/jack-version.properties | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/jack/rsc/jack-version.properties b/jack/rsc/jack-version.properties new file mode 100644 index 0000000..9a505b2 --- /dev/null +++ b/jack/rsc/jack-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> |