diff options
author | phil <phil@FreeBSD.org> | 2016-04-12 23:30:56 +0000 |
---|---|---|
committer | phil <phil@FreeBSD.org> | 2016-04-12 23:30:56 +0000 |
commit | 47a6833363ee968ee9043b2fd0cb32a3c167381e (patch) | |
tree | 8b05bbc5cc8ee819294f6b59434398058cbd3ee1 /lib | |
parent | 628aed7218740590ae9043da02fdc85cee84dfe3 (diff) | |
parent | dbee4ad2b18e02c7c1efe919b37a0e6b39cab43c (diff) | |
download | FreeBSD-src-47a6833363ee968ee9043b2fd0cb32a3c167381e.zip FreeBSD-src-47a6833363ee968ee9043b2fd0cb32a3c167381e.tar.gz |
Merge libxo 0.4.6
Reviewed by: sjg
Approved by: sjg (mentor)
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 0000000..0e032f5 --- /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 9177962..8e718fd 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. */ |