From 9ed7b4fd299fd5007b602f70e472d69fbd66ebf4 Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Sat, 27 Oct 2012 21:51:30 +0100 Subject: Fix broken git version generation. The regex to edit res/values/notrans.xml no longer matched, so the version number wasn't being edited. Generate the version number into a separate resource file that isn't checked in instead, as this is neater. --- res/values/notrans.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'res') diff --git a/res/values/notrans.xml b/res/values/notrans.xml index f28cffc..3142ed6 100644 --- a/res/values/notrans.xml +++ b/res/values/notrans.xml @@ -19,10 +19,6 @@ --> ConnectBot - - ConnectBot (working copy) Before we get started, we need to get some legal information out of the way. ConnectBot is provided under the Apache License, Version 2.0 (the “License”). Here are a few key points:\n\nYou may not use this program except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless 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. -- cgit v1.2.3