Radix cross Linux package tools

Package Tools – is a set of utilities to create, install, and update RcL packages

3 Commits   0 Branches   2 Tags
author: kx <kx@radix.pro> 2023-10-23 21:39:58 +0300 committer: kx <kx@radix.pro> 2023-10-23 21:39:58 +0300 commit: a745159c7d8001491589a912af581ee7ffa2218d parent: 11c606a6888dc269ef018359469a7276c3ad8f67
Commit Summary:
Bump version to 0.2.2: Update parallel installation process
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/configure.ac b/configure.ac
index 89459a0..d76de14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
 AC_PREREQ(2.71)           # Minimum Autoconf version required.
 
 
-AC_INIT([pkgtools], [0.2.1],
+AC_INIT([pkgtools], [0.2.2],
   [support@radix.pro], [pkgtools], [https://radix.pro])
 
 # ============================================================