summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-03-02 11:29:39 +0100
committerJuergen Daubert <jue@jue.li>2019-03-02 11:29:39 +0100
commitca0a3c3524b10994acf956e35b9e86587ccaa3c7 (patch)
treeba277a88c7f178efb48c91a975c69596ecaf6418
parent041feb25c11d39371d172e105fbb2025e840fb29 (diff)
downloadprt-get-ca0a3c3524b10994acf956e35b9e86587ccaa3c7.tar.gz
prt-get-ca0a3c3524b10994acf956e35b9e86587ccaa3c7.tar.xz
update version to 5.19.2v5.19.2
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 716be65..10c220f 100755
--- a/configure
+++ b/configure
@@ -2585,7 +2585,7 @@ fi
# Define the identity of the package.
PACKAGE=prt-get
- VERSION=5.19.1
+ VERSION=5.19.2
cat >>confdefs.h <<_ACEOF
diff --git a/configure.in b/configure.in
index c27d3d4..6bcd747 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR([src/prtget.cpp])
-AM_INIT_AUTOMAKE(prt-get,5.19.1)
+AM_INIT_AUTOMAKE(prt-get,5.19.2)
dnl Determine default prefix

Generated by cgit