summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpopt/configure.in2
-rw-r--r--popt/popt.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/popt/configure.in b/popt/configure.in
index 370d4ca6f..9f975df81 100755
--- a/popt/configure.in
+++ b/popt/configure.in
@@ -1,5 +1,5 @@
AC_INIT(popt.h)
-AM_INIT_AUTOMAKE(popt, 1.2.3)
+AM_INIT_AUTOMAKE(popt, 1.3)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
diff --git a/popt/popt.spec b/popt/popt.spec
index 735fb515f..54db661d0 100644
--- a/popt/popt.spec
+++ b/popt/popt.spec
@@ -1,6 +1,6 @@
Summary: A C library for parsing command line parameters.
Name: popt
-Version: 1.2.4
+Version: 1.3
Release: 1
Copyright: LGPL
Group: System Environment/Libraries