Skip to content

Commit

Permalink
[version] 2015.06.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jun 9, 2015
1 parent 141a00a commit 9ee276c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions libgid/src/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 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.06.04"
#define GIDEROS_VERSION "2015.06.10"

#endif
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.06.04</string>
<string>v2015.06.10</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down

0 comments on commit 9ee276c

Please sign in to comment.