summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-06-10 13:41:46 +0000
committerChristos Zoulas <christos@zoulas.com>2022-06-10 13:41:46 +0000
commita42b38690579de23403e0aff9b7b2f9cdf55f534 (patch)
treeaa8fc619d18f130834e60270324fa7997db8ddef
parentd9f343409198a64b027c54efe4342ac2470dafb3 (diff)
downloadfile-git-FILE5_42.tar.gz
welcome to 5.42FILE5_42
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15bb8838..d9bf953f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-06-10 9:40 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.42
+
2022-05-31 14:50 Christos Zoulas <christos@zoulas.com>
* PR/348: add missing cases to prevent file from aborting on
diff --git a/configure.ac b/configure.ac
index 302249f8..ffbe0f69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([file],[5.41],[christos@astron.com])
+AC_INIT([file],[5.42],[christos@astron.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])