Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Jun 2017 20:33:14 +0000 (23:33 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Jun 2017 20:33:14 +0000 (23:33 +0300)
Changes
README
lib/Algorithm/BIT/XS.pm
lib/Algorithm/BIT2D/XS.pm

diff --git a/Changes b/Changes
index 795cfaf73c010bb3ed5f0831802be1f89969f992..8ee7e6e66a970494376ec7bcdbc83c7a9d0faf55 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension Algorithm::BIT::XS.
 
+0.002 2017-06-10T21:33+01:00
+ - Add support for 2D binary indexed trees
+
 0.001 2017-04-30T18:50+01:00
  - Initial release
diff --git a/README b/README
index 281f12fc7c77994b617f95c18e7287085809bed4..d7c984de9ad55008668f2c61ade8457a659d5cab 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Algorithm-BIT-XS version 0.001
+Algorithm-BIT-XS version 0.002
 ==============================
 
 A binary indexed tree is a data structure similar to an array of integers.
index 42591f360956d7aa625ee51008003b6bd8f58805..a0e02557545454cdcd736dc7f0ba19542b95df27 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 require XSLoader;
 XSLoader::load('Algorithm::BIT::XS', $VERSION);
index d0b872a1e0c87cac1f8e304bc68c4ec3b0b1940f..00fa82f3b540907a99ff8bbfd13f2cf8e048fbec 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 use Algorithm::BIT::XS;
 
This page took 0.01311 seconds and 4 git commands to generate.