diff options
author | jbj <jbj> | 2007-12-11 22:02:40 +0000 |
---|---|---|
committer | jbj <jbj> | 2007-12-11 22:02:40 +0000 |
commit | 627335e335cc1d9b62647824ff9c514cedb8c075 (patch) | |
tree | 6091c3acc5779f6a77850b191df26455586a5af5 /configure.ac | |
parent | ed802ba88dacd4f98c19e22b7aac2fd45861376e (diff) | |
download | libpopt-627335e335cc1d9b62647824ff9c514cedb8c075.tar.gz |
- jbj: add a %track section (as in rpm-5.0) to popt.spec.popt-1_13-release
- jbj: chg poptGetOptArg() to "char *", document application needs to free.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 94745e2..c366848 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT(popt, 1.12, popt-devel@rpm5.org) +AC_INIT(popt, 1.13, popt-devel@rpm5.org) AC_CANONICAL_TARGET AC_CONFIG_SRCDIR([popt.h]) AC_CONFIG_HEADERS([config.h]) |