summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST1
-rw-r--r--patchlevel.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 1eab8897ec..bca11c9d9e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -731,6 +731,7 @@ t/op/arith.t See if arithmetic works
t/op/array.t See if array operations work
t/op/assignwarn.t See if OP= operators warn correctly for undef targets
t/op/auto.t See if autoincrement et all work
+t/op/avhv.t See if pseudo-hashes work
t/op/bop.t See if bitops work
t/op/chop.t See if chop works
t/op/closure.t See if closures work
diff --git a/patchlevel.h b/patchlevel.h
index c5dff601ed..499b311d2f 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1,5 +1,5 @@
#define PATCHLEVEL 4
-#define SUBVERSION 54
+#define SUBVERSION 55
/*
local_patches -- list of locally applied less-than-subversion patches.