diff options
| author | Phil Shafer <phil@FreeBSD.org> | 2017-06-08 13:04:01 +0000 |
|---|---|---|
| committer | Phil Shafer <phil@FreeBSD.org> | 2017-06-08 13:04:01 +0000 |
| commit | f2b7bf8afcfd630e0fbd8417f1ce974de79feaf0 (patch) | |
| tree | 5c766b0d8d2ff7a676ae453a19e46fb6c9b4159e /lib/libxo | |
| parent | 6944b2e68b9c4e9e773261db6d5b12310a370355 (diff) | |
| parent | b51d07578967b942e94d6a59fdcabd8e6313713f (diff) | |
Notes
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 00e0ae3803344..bc9ed70b4b4dc 100644 --- a/lib/libxo/add.man +++ b/lib/libxo/add.man @@ -3,10 +3,10 @@ .Fx uses .Nm libxo -version 0.7.2. +version 0.8.0. Complete documentation can be found on github: .Bd -literal -offset indent -http://juniper.github.io/libxo/0.7.2/libxo\-manual.html +http://juniper.github.io/libxo/0.8.0/libxo\-manual.html .Ed .Pp .Nm libxo diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h index 60517e1b4a371..2774a9202d1d3 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.7.2" +#define LIBXO_VERSION "0.8.0" /* Version number extra information */ #define LIBXO_VERSION_EXTRA "" /* Version number as a number */ -#define LIBXO_VERSION_NUMBER 7002 +#define LIBXO_VERSION_NUMBER 8000 /* Version number as string */ -#define LIBXO_VERSION_STRING "7002" +#define LIBXO_VERSION_STRING "8000" /* 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.7.2" +#define PACKAGE_STRING "libxo 0.8.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.7.2" +#define PACKAGE_VERSION "0.8.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.7.2" +#define VERSION "0.8.0" /* Retain hash bucket size */ /* #undef XO_RETAIN_SIZE */ |
