From af97ebce1589f4e085034d0db26c5f0642cf85ff Mon Sep 17 00:00:00 2001 From: Yohann Roussel Date: Thu, 18 Jun 2015 10:44:25 +0200 Subject: Add a jack-version.properties resource This is a step in direction to compatibility with the next server. Change-Id: Ic5cd94dc89fec244e2883c45c3dfc8095be19bd5 --- jack/rsc/jack-version.properties | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 jack/rsc/jack-version.properties (limited to 'jack') 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= +# version.sha= -- cgit v1.1