You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-misc/cowsay/files/cowsay-3.04-version.patch

21 lines
344 B

--- a/cowsay
+++ b/cowsay
@@ -1,7 +1,7 @@
#!/usr/bin/perl
##
-## Cowsay 3.03
+## Cowsay 3.04
##
## This file is part of cowsay. (c) 1999-2000 Tony Monroe.
##
@@ -19,7 +19,7 @@
eval { $_ = Encode::decode_utf8($_,1) } for @ARGV;
}
-$VERSION = "3.03";
+$VERSION = "3.04";
$progname = basename($0);
$eyes = "oo";
$tongue = " ";