commit: 3150f27348fc361e96969b767871284c67faead3
parent 3a62a56b12866b9ec733fd6dcd5ff961bdf54524
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 15 Nov 2021 14:08:42 -0800
file: Update to 5.41
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkg/file/config.h b/pkg/file/config.h
@@ -89,10 +89,10 @@
#define PACKAGE "file"
#define PACKAGE_BUGREPORT "christos@astron.com"
#define PACKAGE_NAME "file"
-#define PACKAGE_STRING "file 5.40"
+#define PACKAGE_STRING "file 5.41"
#define PACKAGE_TARNAME "file"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "5.40"
+#define PACKAGE_VERSION "5.41"
#define STDC_HEADERS 1
/* #undef TM_IN_SYS_TIME */
#ifndef _ALL_SOURCE
@@ -110,7 +110,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "5.40"
+#define VERSION "5.41"
#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.40'
+local version = '5.41'
cflags{
'-Wall',
'-D HAVE_CONFIG_H',