summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-01-21 11:00:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-01-21 11:00:09 +0200
commit46a4bcd3035126a51a341d88612f971bd2efa079 (patch)
tree26df05ee84c2516976f8b70a05617ad224494ed3
parent928cd6626809b5751f1e1f4e7b56d83195cea7d8 (diff)
downloadacpp-1.05.tar.gz
acpp-1.05.tar.bz2
Version 1.05v1.05
-rw-r--r--Changes4
-rw-r--r--lib/Apache/Config/Preproc.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index f65e745..f0de3c8 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.05 2020-01-21
+
+* Fix the testsuite.
+
1.04 2020-01-20
* New preprocessing module "locus" adds file location information to
diff --git a/lib/Apache/Config/Preproc.pm b/lib/Apache/Config/Preproc.pm
index 70b202d..042d041 100644
--- a/lib/Apache/Config/Preproc.pm
+++ b/lib/Apache/Config/Preproc.pm
@@ -5,7 +5,7 @@ use warnings;
use Carp;
use version 0.77;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
sub import {
my $class = shift;

Return to:

Send suggestions and report system problems to the System administrator.