diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-03 17:43:26 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-03 17:43:26 +0000 |
| commit | f2381beb2cb6f876677197879ccb559c1e07193a (patch) | |
| tree | 1c1fb5276ac53030107838cf6d1f510f48dd6100 /lib/libxo | |
| parent | 9dd275b507e51c1221c997c0ec90c02d234298ba (diff) | |
| parent | fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837 (diff) | |
MFhead@r322021
Notes
svn path=/projects/make-check-sandbox/; revision=322022
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 769629f6ae66..9c2e1fe125c5 100644 --- a/lib/libxo/add.man +++ b/lib/libxo/add.man @@ -3,10 +3,10 @@ .Fx uses .Nm libxo -version 0.8.1. +version 0.8.4. Complete documentation can be found on github: .Bd -literal -offset indent -http://juniper.github.io/libxo/0.8.1/libxo\-manual.html +http://juniper.github.io/libxo/0.8.4/libxo\-manual.html .Ed .Pp .Nm libxo diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h index e9536ea1b69e..045474238e07 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.1" +#define LIBXO_VERSION "0.8.4" /* Version number extra information */ #define LIBXO_VERSION_EXTRA "" /* Version number as a number */ -#define LIBXO_VERSION_NUMBER 8001 +#define LIBXO_VERSION_NUMBER 8004 /* Version number as string */ -#define LIBXO_VERSION_STRING "8001" +#define LIBXO_VERSION_STRING "8004" /* 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.1" +#define PACKAGE_STRING "libxo 0.8.4" /* 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.1" +#define PACKAGE_VERSION "0.8.4" /* 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.1" +#define VERSION "0.8.4" /* Retain hash bucket size */ /* #undef XO_RETAIN_SIZE */ |
