From ec7a414bb3f08ab84eefbc5ded78543c57cd8726 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Sun, 3 Feb 2008 16:47:48 +0100 Subject: [PATCH] v1.0.0 - bumping requirement to 5.8.x - module complete --- Changes | 7 ++++++- lib/Language/Befunge/Vector/XS.pm | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2e80da5..4082f05 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,8 @@ Revision history for Language::Befunge::Vector::XS. High-level changelog ==================== -0.2.x feature-completeness, 1.0.0-rc +1.0.x module complete +0.2.x feature-completeness, clean build errors, 1.0.0-rc 0.1.x more robust constructors 0.0.x initial work @@ -11,6 +12,10 @@ High-level changelog Low-level changelog =================== +1.0.0 Sun Feb 3 16:45:41 CET 2008 + - bumping requirement to 5.8.x + - module complete + 0.2.3 Mon Jan 28 17:14:45 CET 2008 - trying to follow ppport.h advices to clean 5.6.x errors diff --git a/lib/Language/Befunge/Vector/XS.pm b/lib/Language/Befunge/Vector/XS.pm index 565cd58..146d469 100644 --- a/lib/Language/Befunge/Vector/XS.pm +++ b/lib/Language/Befunge/Vector/XS.pm @@ -22,7 +22,7 @@ use overload '<=>' => \&_compare, '""' => \&as_string; -our $VERSION = '0.2.3'; +our $VERSION = '1.0.0'; require XSLoader; XSLoader::load('Language::Befunge::Vector::XS', $VERSION); -- 2.11.4.GIT