summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2018-07-25 05:51:20 +0000
committerChristos Zoulas <christos@zoulas.com>2018-07-25 05:51:20 +0000
commitc875fa526b25b1de0ccea398c9b93306ea38fbd8 (patch)
tree1be8ae65c3f8f7f075522a2a27cf9c0ac733b1ff
parent5d6eba6f3281887de8263fdc481daabc98007945 (diff)
downloadfile-git-c875fa526b25b1de0ccea398c9b93306ea38fbd8.tar.gz
prepare for 5.34
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 194b3360..4923bc3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-25 8:50 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.34
+
2018-06-22 16:38 Christos Zoulas <christos@zoulas.com>
* Add Quad indirect offsets
diff --git a/configure.ac b/configure.ac
index 4edd98ef..ab4f6fc2 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.33],[christos@astron.com])
+AC_INIT([file],[5.34],[christos@astron.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])