summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2021-03-31 00:21:42 +0000
committerChristos Zoulas <christos@zoulas.com>2021-03-31 00:21:42 +0000
commit4480e407b2af84ccfadf0c7f7726550d9339c660 (patch)
tree2dd274784de6bc5bf141924ef592e8b508c9e34a
parent70200102a0be50d409dca5ef76d9cbc3703a0753 (diff)
downloadfile-git-4480e407b2af84ccfadf0c7f7726550d9339c660.tar.gz
welcome to 5.40
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b8ba8d0..23a93cf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-03-30 20:21 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.40
+
2021-02-05 16:31 Christos Zoulas <christos@zoulas.com>
* PR/234: Add limit to the number of bytes to scan for encoding
diff --git a/configure.ac b/configure.ac
index 521dc12d..02eac8f0 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.39],[christos@astron.com])
+AC_INIT([file],[5.40],[christos@astron.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])