From: Jason Self Date: Tue, 14 Oct 2014 18:22:08 +0000 (-0700) Subject: OOps, forgot to update the version number here. X-Git-Tag: v1.0.2 X-Git-Url: https://jxself.org/git/?p=digits.git;a=commitdiff_plain OOps, forgot to update the version number here. --- diff --git a/digits.pl b/digits.pl index cca065a..fd23070 100755 --- a/digits.pl +++ b/digits.pl @@ -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";