aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo/xo_config.h
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2017-06-08 13:04:01 +0000
committerPhil Shafer <phil@FreeBSD.org>2017-06-08 13:04:01 +0000
commitf2b7bf8afcfd630e0fbd8417f1ce974de79feaf0 (patch)
tree5c766b0d8d2ff7a676ae453a19e46fb6c9b4159e /lib/libxo/xo_config.h
parent6944b2e68b9c4e9e773261db6d5b12310a370355 (diff)
parentb51d07578967b942e94d6a59fdcabd8e6313713f (diff)
downloadsrc-f2b7bf8afcfd630e0fbd8417f1ce974de79feaf0.tar.gz
src-f2b7bf8afcfd630e0fbd8417f1ce974de79feaf0.zip
Import libxo-0.8.0:
- addition of --libxo colors=xxxxx color map (so I never see "blue") - fix bugs from -fsanitize=address and =undefined - utf-8 changes (remove support fore 6 byte utf-8 values, which are "historical") - add comments - fix man pages - update test cases Submitted by: phil Reviewed by: sjg Approved by: sjg (mentor)
Notes
Notes: svn path=/head/; revision=319694
Diffstat (limited to 'lib/libxo/xo_config.h')
-rw-r--r--lib/libxo/xo_config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h
index 60517e1b4a37..2774a9202d1d 100644
--- a/lib/libxo/xo_config.h
+++ b/lib/libxo/xo_config.h
@@ -183,16 +183,16 @@
/* #undef LIBXO_TEXT_ONLY */
/* Version number as dotted value */
-#define LIBXO_VERSION "0.7.2"
+#define LIBXO_VERSION "0.8.0"
/* Version number extra information */
#define LIBXO_VERSION_EXTRA ""
/* Version number as a number */
-#define LIBXO_VERSION_NUMBER 7002
+#define LIBXO_VERSION_NUMBER 8000
/* Version number as string */
-#define LIBXO_VERSION_STRING "7002"
+#define LIBXO_VERSION_STRING "8000"
/* Enable local wcwidth implementation */
#define LIBXO_WCWIDTH 1
@@ -210,7 +210,7 @@
#define PACKAGE_NAME "libxo"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libxo 0.7.2"
+#define PACKAGE_STRING "libxo 0.8.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libxo"
@@ -219,7 +219,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.7.2"
+#define PACKAGE_VERSION "0.8.0"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@@ -236,7 +236,7 @@
/* #undef USE_INT_RETURN_CODES */
/* Version number of package */
-#define VERSION "0.7.2"
+#define VERSION "0.8.0"
/* Retain hash bucket size */
/* #undef XO_RETAIN_SIZE */