summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2018-04-15 18:52:28 +0000
committerChristos Zoulas <christos@zoulas.com>2018-04-15 18:52:28 +0000
commit219846094c7593e27453e62855e61181089c48cf (patch)
treeb60c57e524dff1a976628cd990ed336eb45bd5c0
parent9233f23b8ec804828e359e9184d98bef8d311550 (diff)
downloadfile-git-219846094c7593e27453e62855e61181089c48cf.tar.gz
welcome to 5.33FILE5_33
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d7b2f914..5e599971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-15 14:52 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.33
+
2018-02-24 14:50 Christos Zoulas <christos@zoulas.com>
* extend the support for ${x?:} expansions for magic descriptions
diff --git a/configure.ac b/configure.ac
index fee4eded..4edd98ef 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.32],[christos@astron.com])
+AC_INIT([file],[5.33],[christos@astron.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])