X-Git-Url: https://jxself.org/git/?p=digits.git;a=blobdiff_plain;f=digits.pl;h=fd23070c14a38491a4c004a9efbdcfaef8e29659;hp=73cba9a9e89e195932f33df2ceda081ce61cdef6;hb=HEAD;hpb=62aa98baf0190c4e14ff406cc616924016d0bae0 diff --git a/digits.pl b/digits.pl index 73cba9a..fd23070 100755 --- a/digits.pl +++ b/digits.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Digits 1.0.1 +# Digits 1.0.2 # # Copyright (C) 2013 Jason Self # @@ -221,7 +221,7 @@ sub display_text { $| = 1; print "\033[2J"; print "\033[0;0H"; - print "\t\t\t" . '*** DIGITS 1.0.1 ***' . "\n"; + print "\t\t\t" . '*** DIGITS 1.0.2 ***' . "\n"; print "Homepage: http://jxself.org/digits.shtml\n\n"; print "Copyright (C) 2013 Jason Self \n\n"; print "Licensed under the GNU AGPL v3 or any later version.\n\n";