aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--Makefile.PL2
-rw-r--r--URPM.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 8ea790b..9454f41 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 5.224 - 19 December 2022
+
- Add back support for "foo > 5" syntx in property2name*
Version 5.223.1 - 14 November 2022
diff --git a/Makefile.PL b/Makefile.PL
index 0bcc8a7..f5f05a3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -91,7 +91,7 @@ WriteMakefile(
provides => {
'URPM' => {
file => 'URPM.pm',
- version => 'v5.223.1',
+ version => 'v5.224',
},
'URPM::Resolve' => {
file => 'URPM/Resolve.pm',
diff --git a/URPM.pm b/URPM.pm
index 22845da..4a4425d 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -14,7 +14,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.223.1';
+our $VERSION = 'v5.224';
URPM->bootstrap($VERSION);