Skip to content

Commit

Permalink
ACCU 1.3.4 - Corrected stopTeleOp Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
migueLoureiro committed Oct 30, 2014
1 parent 2bc6cf9 commit c70018c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pt.lsts.accu"
android:versionCode="1"
android:versionName="1.3">
android:versionName="1.3.4">
<instrumentation android:targetPackage="pt.up.fe.dceg.accu" android:name="android.test.InstrumentationTestRunner" />
<application android:icon="@drawable/icon" android:label="@string/app_name" android:name="pt.lsts.accu.App">
<activity android:name="pt.lsts.accu.Main"
Expand Down
2 changes: 1 addition & 1 deletion src/pt/lsts/accu/AboutPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void onStart()
TextView lab = (TextView)getLayout().findViewWithTag("lab");

title.setText(Html.fromHtml(html));
version.setText("Version: 1.3.3 Date: 18-SEP-2014 IMC version: " + IMCDefinition.getInstance().getVersion());
version.setText("Version: 1.3.4 Date: 30-OUT-2014 IMC version: " + IMCDefinition.getInstance().getVersion());
authors.setText("Author: José Quadrado Correia");
contributors.setText("Contributors: José Pinto, Hugo Queirós, Paulo Dias, José Loureiro");
lab.setText("© Laboratório Sistemas e Tecnologias Subaquáticas");
Expand Down

0 comments on commit c70018c

Please sign in to comment.