summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2017-02-10 17:25:14 +0000
committerChristos Zoulas <christos@zoulas.com>2017-02-10 17:25:14 +0000
commit3050419355566d2a96c5be97fef0ffae097bbb96 (patch)
tree4eadfc3e356a3cbdcc2f5107853c38b41d7c1cb1
parent9ea479a18ec5085c35179b16db3e5775c8e39b86 (diff)
downloadfile-git-3050419355566d2a96c5be97fef0ffae097bbb96.tar.gz
welcome to 5.30
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fdb35e1..d7aa7df9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-10 12:24 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.30
+
2017-02-07 23:27 Christos Zoulas <christos@zoulas.com>
* If we exceeded the offset in a search return no match
diff --git a/configure.ac b/configure.ac
index da2fbbf5..bee25dc6 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.29],[christos@astron.com])
+AC_INIT([file],[5.30],[christos@astron.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])