Skip to content

Commit bfbed58

Browse files
committed
0.27
1 parent 05b7fbf commit bfbed58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.27 2023-11-19
12
- support C++20 and C++23 standards, and vendored version output - thanks @tonycoz
23

34
0.26 2022-04-21

lib/ExtUtils/CppGuess.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ use Capture::Tiny 'capture_merged';
205205
use File::Spec::Functions qw(catfile);
206206
use File::Temp qw(tempdir);
207207

208-
our $VERSION = '0.26';
208+
our $VERSION = '0.27';
209209

210210
sub new {
211211
my( $class, %args ) = @_;

0 commit comments

Comments
 (0)