From c51d41eaa60452d83b1abde8d0ce594ac7051bbc Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Fri, 9 Oct 2009 20:02:00 +0900 Subject: [PATCH] incr version, update changelog --- Changes | 4 ++++ cppref | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 6b48911..4d5d0ae 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for cppref. +0.05 Fri Oct 09 19:55:00 2009 + - rewrite constructor and operator filenames (now can be specified like string::string or vector::operator) + - accept $ENV{CPPREF_DOCROOT} as document directory + 0.04 Fri Oct 09 14:48:00 2009 - added support for lynx (through $ENV{BROWSER}, thanks to yappo) diff --git a/cppref b/cppref index d817af8..6c64d5f 100755 --- a/cppref +++ b/cppref @@ -7,7 +7,7 @@ use File::Basename; use File::Find (); use File::ShareDir (); -our $VERSION = '0.04'; +our $VERSION = '0.05'; my $BROWSER = $ENV{BROWSER} || 'w3m'; my %BROWSER_OPTION_MAP = (