summaryrefslogtreecommitdiff
path: root/android/sdremote
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-02-07 17:13:39 +0100
committerThorsten Behrens <tbehrens@suse.com>2013-02-09 00:22:23 +0100
commit960f1c2c7ba5d890fd245a90f78277ef73a873de (patch)
tree235b93ac6e199e1476a4dc2b6ef95d8497594a4f /android/sdremote
parentc5d5990108fcddbba81845d8ce39260883d2bd4b (diff)
Update Impress Remote version.
Change-Id: I12ad4604d0426a52b47d99d1bc3c4c6536e83b07
Diffstat (limited to 'android/sdremote')
-rw-r--r--android/sdremote/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index bd38fab2bbb5..b71510afc074 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libreoffice.impressremote"
- android:versionCode="1"
- android:versionName="0.1-Alpha" >
+ android:versionCode="2"
+ android:versionName="Impress Remote 1.0.0+" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH" />
@@ -58,4 +58,4 @@
</activity>
</application>
-</manifest> \ No newline at end of file
+</manifest>