Skip to content

Commit

Permalink
[version] 2015.04.08
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Apr 7, 2015
1 parent 65dc35a commit 9b9f0f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libgideros/gideros.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#include "gapplication.h"
#include "gevent.h"

#define GIDEROS_VERSION "2015.04.04"
#define GIDEROS_VERSION "2015.04.08"

#endif
10 changes: 5 additions & 5 deletions libplatform/drawinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ static void drawIP(const char* ip, int size, int xx, int yy)
"... .. ... . . ... . . . . . . .. ";

static const char* version =
" .. .. . .... .. .. .. .."
". . . . .. . . . . . . . . ."
" . . . . .... . . . . . . . ."
" . . . . . . . .... . . ...."
".... .. ... ... . .. . . .. .";
" .. .. . .... .. .. .. .. "
". . . . .. . . . . . . . . ."
" . . . . .... . . . . . . .. "
" . . . . . . . .... . . . ."
".... .. ... ... . .. . . .. .. ";

static const char* resolution =
"... ... ... .. . . . ..... . .. . . "
Expand Down
2 changes: 1 addition & 1 deletion ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</font>
</property>
<property name="text">
<string>v2015.04.04</string>
<string>v2015.04.08</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down

0 comments on commit 9b9f0f8

Please sign in to comment.