summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2019-02-20 15:17:11 +0000
committerChristos Zoulas <christos@zoulas.com>2019-02-20 15:17:11 +0000
commitf3a4b9ada3ca99e62c62b9aa78eee4935a8094fe (patch)
treea537b7aea935c0220cd5f2419ff8221816abe35a
parent645a9a1ac7d425a4178888b8404e122eb9b9a727 (diff)
downloadfile-git-FILE5_36.tar.gz
update versionFILE5_36
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad04a3c8..3b7feb2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
+2019-02-20 10:16 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.36
+
2019-02-19 15:30 Christos Zoulas <christos@zoulas.com>
+ * Fix cast to use cast macros
* Add UCS-32 builtin detection (PR/61) reported by tmc
2019-02-18 18:24 Christos Zoulas <christos@zoulas.com>
diff --git a/configure.ac b/configure.ac
index 17505e35..ec296aa4 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.35],[christos@astron.com])
+AC_INIT([file],[5.36],[christos@astron.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])