diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-03-08 16:28:44 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-03-08 16:28:56 -0600 |
commit | 8f9a1254ff49aa4234af67af8298dae4cce139f6 (patch) | |
tree | e6698256a65fc885b1e5922f4750cb7ebc3f3429 | |
parent | 69c857a896d5973abbe95eababe5e6a620977190 (diff) | |
download | prt-get-8f9a1254ff49aa4234af67af8298dae4cce139f6.tar.gz prt-get-8f9a1254ff49aa4234af67af8298dae4cce139f6.tar.xz |
Updated version to 5.19.3v5.19.3
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2585,7 +2585,7 @@ fi # Define the identity of the package. PACKAGE=prt-get - VERSION=5.19.2 + VERSION=5.19.3 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 6bcd747..43d87e9 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.2) +AM_INIT_AUTOMAKE(prt-get,5.19.3) dnl Determine default prefix |