diff --git a/Changes b/Changes new file mode 100644 index 0000000..9033ed0 --- /dev/null +++ b/Changes @@ -0,0 +1,7 @@ +Revision history for cppref. + +0.02 Fri Oct 09 12:57:00 2009 + - when having multiple choices, let the user select in w3m + +0.01 Thu Oct 08 20:00:00 2009 + - initial version diff --git a/cppref b/cppref index bcd7056..7953e27 100755 --- a/cppref +++ b/cppref @@ -6,7 +6,7 @@ use File::Basename; use File::Find (); use File::ShareDir (); -our $VERSION = '0.01'; +our $VERSION = '0.02'; my $doc_dir = "doc"; eval {