aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2017-06-09 03:32:49 +0000
committerPhil Shafer <phil@FreeBSD.org>2017-06-09 03:32:49 +0000
commit2f78413036dbd2525302e09a9457b32353a8e1ae (patch)
tree797e6e1a9a7f4e751ae506ec3e2f08f07a137012 /lib/libxo
parent6720b890459dccaf6da00d7a30fe63d01b0eac7b (diff)
parent4d0cf5aca3fe69e3abb9719b9dc74d3daf4643f8 (diff)
downloadsrc-2f78413036dbd2525302e09a9457b32353a8e1ae.tar.gz
src-2f78413036dbd2525302e09a9457b32353a8e1ae.zip
Import libxo-0.8.1 with official fix to today's build break.
Submitted by: phil
Notes
Notes: svn path=/head/; revision=319731
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/add.man4
-rw-r--r--lib/libxo/xo_config.h12
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libxo/add.man b/lib/libxo/add.man
index bc9ed70b4b4d..769629f6ae66 100644
--- a/lib/libxo/add.man
+++ b/lib/libxo/add.man
@@ -3,10 +3,10 @@
.Fx
uses
.Nm libxo
-version 0.8.0.
+version 0.8.1.
Complete documentation can be found on github:
.Bd -literal -offset indent
-http://juniper.github.io/libxo/0.8.0/libxo\-manual.html
+http://juniper.github.io/libxo/0.8.1/libxo\-manual.html
.Ed
.Pp
.Nm libxo
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h
index 2774a9202d1d..e9536ea1b69e 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.8.0"
+#define LIBXO_VERSION "0.8.1"
/* Version number extra information */
#define LIBXO_VERSION_EXTRA ""
/* Version number as a number */
-#define LIBXO_VERSION_NUMBER 8000
+#define LIBXO_VERSION_NUMBER 8001
/* Version number as string */
-#define LIBXO_VERSION_STRING "8000"
+#define LIBXO_VERSION_STRING "8001"
/* 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.8.0"
+#define PACKAGE_STRING "libxo 0.8.1"
/* 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.8.0"
+#define PACKAGE_VERSION "0.8.1"
/* 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.8.0"
+#define VERSION "0.8.1"
/* Retain hash bucket size */
/* #undef XO_RETAIN_SIZE */