This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f6fabd8dc7b328455ac650fa51905f5d5be2be42

commit f6fabd8dc7b328455ac650fa51905f5d5be2be42
Author: Guillem Jover <[email protected]>
AuthorDate: Fri May 23 02:58:05 2025 +0200

    Dpkg: Bump PROGVERSION to 1.23.x
    
    Fixes: commit 21a959440ab552f5cccbed191324bbcbc85a39d6
---
 scripts/Dpkg.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm
index 8c567a42e..7cdfb8b8c 100644
--- a/scripts/Dpkg.pm
+++ b/scripts/Dpkg.pm
@@ -93,7 +93,7 @@ Contains the path to the dpkg architecture tables directory.
 our ($PROGNAME) = $0 =~ m{(?:.*/)?([^/]*)};
 
 # The following lines are automatically fixed at install time
-our $PROGVERSION = '1.22.x';
+our $PROGVERSION = '1.23.x';
 our $PROGMAKE = $ENV{DPKG_PROGMAKE} // 'make';
 our $PROGTAR = $ENV{DPKG_PROGTAR} // 'tar';
 our $PROGPATCH = $ENV{DPKG_PROGPATCH} // 'patch';

-- 
Dpkg.Org's dpkg

Reply via email to