Modified application version in AndroidManifest and HISTORY files

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@12 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:00:23 +00:00
parent 249d7b350a
commit 92ec0d5e4d
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
## 0.1.0 (2010-11-01)
## 0.1 (2010-11-01)
* First release

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:versionCode="1"
android:versionName="0.1.0">
android:versionCode="1" android:versionName="0.1">
<application>
<activity android:name=".SWADMain"
android:label="@string/app_name"