summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 699df7a77..0378cf514 100644
--- a/CHANGES
+++ b/CHANGES
@@ -116,6 +116,7 @@
- new debugedit option for recomputing build ID
- fix including exported headers from C++
- fix ordering with --nodeps
+ - include symlinks in find-lang search (rhbz#246729)
4.4.1 -> 4.4.2:
- start 4.4.2 devel.
diff --git a/configure.ac b/configure.ac
index 957eb6662..7e696e9cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(rpm, 4.4.2.1-rc3, rpm-maint@lists.rpm.org)
+AC_INIT(rpm, 4.4.2.1, rpm-maint@lists.rpm.org)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([rpmqv.c])
AM_CONFIG_HEADER([config.h])