Skip to content

Commit

Permalink
incr version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Oct 9, 2009
1 parent e479c73 commit c51d41e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion cppref
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit c51d41e

Please sign in to comment.