Skip to content

Commit 68c78f3

Browse files
committed
version 0.08
1 parent a79a464 commit 68c78f3

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ MegaHAL.bs
1313
MegaHAL.def
1414
megahal.trn
1515
MYMETA.*
16+
META.*

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for the Perl MegaHAL extension.
22

3+
0.08 = 0.07_01 2015-04-12
4+
35
0.07_01 Apr 14 2012
46
- mention Hailo.pm in docs
57
- use 'unsigned int' as 32 bit data type

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AI::MegaHAL version 0.06
1+
AI::MegaHAL version 0.08
22
===========================
33

44
TABLE OF CONTENTS

lib/AI/MegaHAL.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use vars qw(@EXPORT @ISA $VERSION $AUTOLOAD);
2525
megahal_cleanup);
2626

2727
@ISA = qw(Exporter DynaLoader);
28-
$VERSION = '0.07_01';
28+
$VERSION = '0.08';
2929

3030
sub AUTOLOAD {
3131
# This AUTOLOAD is used to 'autoload' constants from the constant()

0 commit comments

Comments
 (0)