We do this in our About dialog: $self->show_message_dialog( message => $package . $VERSION . "\n" . "Powered by wxPerl " . $Wx::VERSION . "\n" . wxVERSION_STRING, caption => "About...", style => wxOK | wxICON_INFORMATION, );
So I think the one you want is wxVERSION_STRING... On Fri, Aug 27, 2010 at 2:16 PM, Eric J. Roode <wxperl.d...@gmail.com>wrote: > Hi all, > > How can one tell what version of the underlying wxWidgets library > is being used? > > Thanks, > > -- > Eric J. Roode >