summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-10-23 21:39:58 +0300
committerkx <kx@radix.pro>2023-10-23 21:39:58 +0300
commita745159c7d8001491589a912af581ee7ffa2218d (patch)
tree2190a1c35d4a268e84db4f40384363fcc75177ea /configure.ac
parent11c606a6888dc269ef018359469a7276c3ad8f67 (diff)
downloadpkgtools-a745159c7d8001491589a912af581ee7ffa2218d.tar.xz
Bump version to 0.2.2: Update parallel installation processHEADpkgtools-0.2.2trunk
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])
# ============================================================