Skip to content

Commit

Permalink
v0.116_01 (dev release with todays CVS sources)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed Feb 11, 2011
1 parent 5dd701a commit b58ed60
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ if ($builder->check_installed_lib()) {
}

# set to 0 (zero) if you do not want a devel CVS distribution version
$builder->notes('is_devel_cvs_version', 0);
$builder->notes('is_devel_cvs_version', 1);

# set what tarballs we are gonna use
if ($builder->notes('is_devel_cvs_version')) {
$builder->notes('build_debug_info', 1);
warn "###\n";
warn "###BEWARE: this is a devel version based on CVS sources (might be unstable)!\n";
warn "###sources exported from CVS at 2011/01/05-21:23:18\n";
warn "###sources exported from CVS at 2011/02/11-21:40:43\n";
warn "###\n";
$builder->notes('iup_url', 'http://strawberryperl.com/package/kmx/testing/iup-cvs-110105.tar.gz');
$builder->notes('iup_sha1', 'd59093e9c165f64e7b22e25f58f7ae2c5e88ecdc');
$builder->notes('im_url', 'http://strawberryperl.com/package/kmx/testing/im-cvs-110105.tar.gz');
$builder->notes('im_sha1', '919e242ee246a2b2feab793f73f48e3562ee5534');
$builder->notes('cd_url', 'http://strawberryperl.com/package/kmx/testing/cd-cvs-110105.tar.gz');
$builder->notes('cd_sha1', 'ae419445641ec60dfab185ededbb011cb98cb7f8');
$builder->notes('iup_url', 'http://strawberryperl.com/package/kmx/testing/iup-cvs-110211.tar.gz');
$builder->notes('iup_sha1', 'e9c8a530385571cdb0a733ff46443eeb7cfaa7b8');
$builder->notes('im_url', 'http://strawberryperl.com/package/kmx/testing/im-cvs-110211.tar.gz');
$builder->notes('im_sha1', '74c4842d02d88b908664ef45640b47301587e328');
$builder->notes('cd_url', 'http://strawberryperl.com/package/kmx/testing/cd-cvs-110211.tar.gz');
$builder->notes('cd_sha1', 'c8906ab3917d80195d04ef9d935aaf63f3a93d8a');

if ($builder->dist_version !~ /_/) {
warn "###ERROR### version number:".$builder->dist_version." does not seem to be devel-like! Gonna exit\n";
Expand Down
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
=head1 Revision history for Alien-IUP

=head2 11/02/2011 - 0.116_01

- dev build with the latest CVS sources

=head2 10/02/2011 - 0.116

- Unix: if not enough libs found - show more debug info
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
<http://www.tecgraf.puc-rio.br/iup/>

VERSION
Version 0.116 of Alien::IUP is based on the following:
Version 0.116_01 of Alien::IUP is based on the following:

* *iup* library 3.3 - see <http://www.tecgraf.puc-rio.br/iup/>

Expand Down
4 changes: 2 additions & 2 deletions lib/Alien/IUP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Alien::IUP - Building, finding and using iup + related libraries - L<http://www.
=cut

# following recommendation from http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
our $VERSION = "0.116";
our $VERSION = "0.116_01";
$VERSION = eval $VERSION;

=head1 VERSION
Version 0.116 of Alien::IUP is based on the following:
Version 0.116_01 of Alien::IUP is based on the following:
=over
Expand Down

0 comments on commit b58ed60

Please sign in to comment.