diff options
author | Phil Shafer <phil@FreeBSD.org> | 2016-04-12 23:30:56 +0000 |
---|---|---|
committer | Phil Shafer <phil@FreeBSD.org> | 2016-04-12 23:30:56 +0000 |
commit | 90d30dd1a9dc7f1dc7ef75e86a85f732754dd9d7 (patch) | |
tree | 8b05bbc5cc8ee819294f6b59434398058cbd3ee1 /lib | |
parent | 63fdc0188d4236a62db75a1537a20d095d4b1ab1 (diff) | |
parent | 65e9b9c344edf99c234e6e6ce60d0267607814ad (diff) | |
download | src-90d30dd1a9dc7f1dc7ef75e86a85f732754dd9d7.tar.gz src-90d30dd1a9dc7f1dc7ef75e86a85f732754dd9d7.zip |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libxo/add.man | 30 | ||||
-rw-r--r-- | lib/libxo/xo_config.h | 13 |
2 files changed, 37 insertions, 6 deletions
diff --git a/lib/libxo/add.man b/lib/libxo/add.man new file mode 100644 index 000000000000..0e032f512841 --- /dev/null +++ b/lib/libxo/add.man @@ -0,0 +1,30 @@ +.\" $FreeBSD$ +.Sh ADDITIONAL DOCUMENTATION +.Fx +uses +.Nm libxo +version 0.4.6. +Complete documentation can be found on github: +.Bd -literal -offset indent +http://juniper.github.io/libxo/0.4.6/libxo\-manual.html +.Ed +.Pp +.Nm libxo +lives on github as: +.Bd -literal -offset indent +https://github.com/Juniper/libxo +.Ed +.Pp +The latest release of +.Nm libxo +is available at: +.Bd -literal -offset indent +https://github.com/Juniper/libxo/releases +.Ed +.Sh HISTORY +The +.Nm libxo +library was added in +.Fx 11.0 . +.Sh AUTHOR +Phil Shafer diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h index 9177962f08d9..8e718fd144a3 100644 --- a/lib/libxo/xo_config.h +++ b/lib/libxo/xo_config.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* libxo/xo_config.h. Generated from xo_config.h.in by configure. */ /* libxo/xo_config.h.in. Generated from configure.ac by autoheader. */ @@ -179,16 +180,16 @@ /* #undef LIBXO_TEXT_ONLY */ /* Version number as dotted value */ -#define LIBXO_VERSION "0.4.3" +#define LIBXO_VERSION "0.4.6" /* Version number extra information */ #define LIBXO_VERSION_EXTRA "" /* Version number as a number */ -#define LIBXO_VERSION_NUMBER 4003 +#define LIBXO_VERSION_NUMBER 4006 /* Version number as string */ -#define LIBXO_VERSION_STRING "4003" +#define LIBXO_VERSION_STRING "4006" /* Enable local wcwidth implementation */ #define LIBXO_WCWIDTH 1 @@ -206,7 +207,7 @@ #define PACKAGE_NAME "libxo" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libxo 0.4.3" +#define PACKAGE_STRING "libxo 0.4.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libxo" @@ -215,7 +216,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.4.3" +#define PACKAGE_VERSION "0.4.6" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -229,7 +230,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.4.3" +#define VERSION "0.4.6" /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ |