Skip to content

Commit

Permalink
added "1.0" versionstring
Browse files Browse the repository at this point in the history
  • Loading branch information
xypiie committed Mar 2, 2014
1 parent 4e8cd86 commit 1abe130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gritz.pl
Expand Up @@ -31,7 +31,7 @@
my $span_red_open = "<span background='white' foreground='red' font_desc='".$font."'><big>";
my $span_close = "</big></span>";
my $word_width = 28;
my $gritz_version = "2";
my $gritz_version = "1.0";

# globaly used gtk stuff
my $gtk_text;
Expand Down

0 comments on commit 1abe130

Please sign in to comment.