aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo
diff options
context:
space:
mode:
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 9c2e1fe125c5..83726d75ce90 100644
--- a/lib/libxo/add.man
+++ b/lib/libxo/add.man
@@ -3,10 +3,10 @@
.Fx
uses
.Nm libxo
-version 0.8.4.
+version 0.9.0.
Complete documentation can be found on github:
.Bd -literal -offset indent
-http://juniper.github.io/libxo/0.8.4/libxo\-manual.html
+http://juniper.github.io/libxo/0.9.0/libxo\-manual.html
.Ed
.Pp
.Nm libxo
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h
index 045474238e07..e7ef55d378c6 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.4"
+#define LIBXO_VERSION "0.9.0"
/* Version number extra information */
#define LIBXO_VERSION_EXTRA ""
/* Version number as a number */
-#define LIBXO_VERSION_NUMBER 8004
+#define LIBXO_VERSION_NUMBER 9000
/* Version number as string */
-#define LIBXO_VERSION_STRING "8004"
+#define LIBXO_VERSION_STRING "9000"
/* 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.4"
+#define PACKAGE_STRING "libxo 0.9.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.8.4"
+#define PACKAGE_VERSION "0.9.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.8.4"
+#define VERSION "0.9.0"
/* Retain hash bucket size */
/* #undef XO_RETAIN_SIZE */