diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-30 19:18:34 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-30 19:18:34 +0200 |
| commit | d30e8a068d5999dda8c2bf42eea25a4592b2ffa2 (patch) | |
| tree | 335eeb990e2033b2a198755561f1ad6104bc2f4d /main/version.properties | |
| parent | 88b2aef17e6220429ff27ebd1e6f86cbce2d72b4 (diff) | |
| parent | f8f7ba819ef705f30e3712c38b6e669c249dca12 (diff) | |
| download | cgeo-d30e8a068d5999dda8c2bf42eea25a4592b2ffa2.zip cgeo-d30e8a068d5999dda8c2bf42eea25a4592b2ffa2.tar.gz cgeo-d30e8a068d5999dda8c2bf42eea25a4592b2ffa2.tar.bz2 | |
Merge remote-tracking branch 'schwabe/cgeo_gradle'
Diffstat (limited to 'main/version.properties')
| -rw-r--r-- | main/version.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/version.properties b/main/version.properties new file mode 100644 index 0000000..67edd0d --- /dev/null +++ b/main/version.properties @@ -0,0 +1,21 @@ +# +# Copyright 2014 Google Inc. +# +# 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. +# + +code = 1000 +name = 0.0.1 + +# Latest beta number for this version. Only applies to beta builds. +betaNumber = Beta 1 |
