commit: d3a6844ca3d367c1230845dd0f0cde84307f7734
parent 3de31c432083bf935cf37b287470fa2175dd434d
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 10 Aug 2018 18:03:04 -0700
file: Update to 5.34
Diffstat:
4 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/pkg/file/config.h b/pkg/file/config.h
@@ -88,10 +88,10 @@
#define PACKAGE "file"
#define PACKAGE_BUGREPORT "christos@astron.com"
#define PACKAGE_NAME "file"
-#define PACKAGE_STRING "file 5.33"
+#define PACKAGE_STRING "file 5.34"
#define PACKAGE_TARNAME "file"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "5.33"
+#define PACKAGE_VERSION "5.34"
#define STDC_HEADERS 1
/* #undef TM_IN_SYS_TIME */
#ifndef _ALL_SOURCE
@@ -109,7 +109,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "5.33"
+#define VERSION "5.34"
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua
@@ -1,4 +1,4 @@
-local version = '5.33'
+local version = '5.34'
cflags{
'-Wall',
'-D HAVE_CONFIG_H',
diff --git a/pkg/file/magic.txt b/pkg/file/magic.txt
@@ -62,6 +62,7 @@ cubemap
cups
dact
database
+dataone
dbpf
der
diamond
diff --git a/pkg/file/rev b/pkg/file/rev
@@ -1 +1 @@
-6
+7