diff options
author | phil <phil@FreeBSD.org> | 2016-04-15 15:50:13 +0000 |
---|---|---|
committer | phil <phil@FreeBSD.org> | 2016-04-15 15:50:13 +0000 |
commit | 3115fdeded44fbb337c8cb3062b7f5bb11781357 (patch) | |
tree | 09b5bada3a9d3f69adb247517f4cba3463564526 /lib/libxo | |
parent | fe6332dab04f686eed38e0a052d4f4eee53d990c (diff) | |
download | FreeBSD-src-3115fdeded44fbb337c8cb3062b7f5bb11781357.zip FreeBSD-src-3115fdeded44fbb337c8cb3062b7f5bb11781357.tar.gz |
import libxo-0.4.7
Fix bug w/ {e:} in html, where no default encoding format was built
docs: "t" == "trim" (typo) (cf svn commit: r290445 - head/contrib/libxo/libxo)
Reviewed by: sjg
Approved by: sjg (mentor)
Diffstat (limited to 'lib/libxo')
-rw-r--r-- | lib/libxo/add.man | 4 | ||||
-rw-r--r-- | lib/libxo/xo_config.h | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libxo/add.man b/lib/libxo/add.man index 0e032f5..7634060 100644 --- a/lib/libxo/add.man +++ b/lib/libxo/add.man @@ -3,10 +3,10 @@ .Fx uses .Nm libxo -version 0.4.6. +version 0.4.7. Complete documentation can be found on github: .Bd -literal -offset indent -http://juniper.github.io/libxo/0.4.6/libxo\-manual.html +http://juniper.github.io/libxo/0.4.7/libxo\-manual.html .Ed .Pp .Nm libxo diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h index 8e718fd..c69d6ff 100644 --- a/lib/libxo/xo_config.h +++ b/lib/libxo/xo_config.h @@ -180,16 +180,16 @@ /* #undef LIBXO_TEXT_ONLY */ /* Version number as dotted value */ -#define LIBXO_VERSION "0.4.6" +#define LIBXO_VERSION "0.4.7" /* Version number extra information */ #define LIBXO_VERSION_EXTRA "" /* Version number as a number */ -#define LIBXO_VERSION_NUMBER 4006 +#define LIBXO_VERSION_NUMBER 4007 /* Version number as string */ -#define LIBXO_VERSION_STRING "4006" +#define LIBXO_VERSION_STRING "4007" /* Enable local wcwidth implementation */ #define LIBXO_WCWIDTH 1 @@ -207,7 +207,7 @@ #define PACKAGE_NAME "libxo" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libxo 0.4.6" +#define PACKAGE_STRING "libxo 0.4.7" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libxo" @@ -216,7 +216,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.4.6" +#define PACKAGE_VERSION "0.4.7" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -230,7 +230,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.4.6" +#define VERSION "0.4.7" /* 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. */ |