Skip to content

Commit dec7667

Browse files
committed
Updated version to 1.3.1.
1 parent 2798403 commit dec7667

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pt/lsts/accu/AboutPanel.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
public class AboutPanel extends AccuBasePanel
1212
{
13-
public AboutPanel(Context context)
13+
public AboutPanel(Context context)
1414
{
1515
super(context);
1616
}
@@ -26,26 +26,26 @@ public void onStart()
2626
TextView lab = (TextView)getLayout().findViewWithTag("lab");
2727

2828
title.setText(Html.fromHtml(html));
29-
version.setText("Version: 1.3 Date: 14-Ago-2014 IMC version: " + IMCDefinition.getInstance().getVersion());
29+
version.setText("Version: 1.3.1 Date: 02-SEP-2014 IMC version: " + IMCDefinition.getInstance().getVersion());
3030
authors.setText("Author: José Quadrado Correia");
3131
contributors.setText("Contributors: José Pinto, Hugo Queirós, Paulo Dias, José Loureiro");
3232
lab.setText("© Laboratório Sistemas e Tecnologias Subaquáticas");
3333
}
3434

3535
@Override
36-
public void onStop()
36+
public void onStop()
3737
{
3838
}
3939

4040
@Override
41-
public View buildLayout()
41+
public View buildLayout()
4242
{
4343
View v = inflateFromResource(R.layout.about_layout);
4444
return v;
4545
}
4646

4747
@Override
48-
public int getIcon()
48+
public int getIcon()
4949
{
5050
return R.drawable.icon;
5151
}

0 commit comments

Comments
 (0)