android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f266afe72f6261e412777b2eeb3180e6e4b8c8ff
parent b97722c7d7e90fc83748770af46022b2941bfdd9
Author: Jan Dankert <devnull@localhost>
Date:   Thu,  2 Feb 2012 21:16:16 +0100

Version erhöht.

Diffstat:
AndroidManifest.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - android:versionCode="1" android:versionName="1.0" package="de.mtbnews.android"> + android:versionCode="2" android:versionName="1.1" package="de.mtbnews.android"> <application android:icon="@drawable/ibc_icon" android:name=".IBCApplication" android:label="@string/app_name" android:theme="@style/IBC">