diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libxo/Makefile | 3 | ||||
| -rw-r--r-- | lib/libxo/add.man | 4 | ||||
| -rw-r--r-- | lib/libxo/xo_config.h | 15 |
3 files changed, 14 insertions, 8 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index 040db75bee471..7af301fb93396 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -48,8 +48,11 @@ MAN+= xo_attr.3 \ xo_set_version.3 \ xo_set_writer.3 \ xo_syslog.3 + MAN+= xo_format.5 +MAN+= xo_options.7 + MLINKS= xo_attr.3 xo_attr_h.3 \ xo_attr.3 xo_attr_hv.3 \ xo_create.3 xo_create_to_file.3 \ diff --git a/lib/libxo/add.man b/lib/libxo/add.man index ee79bf382a377..00e0ae3803344 100644 --- a/lib/libxo/add.man +++ b/lib/libxo/add.man @@ -3,10 +3,10 @@ .Fx uses .Nm libxo -version 0.6.2. +version 0.7.2. Complete documentation can be found on github: .Bd -literal -offset indent -http://juniper.github.io/libxo/0.6.2/libxo\-manual.html +http://juniper.github.io/libxo/0.7.2/libxo\-manual.html .Ed .Pp .Nm libxo diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h index 9020b8c6496d4..60517e1b4a371 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.6.2" +#define LIBXO_VERSION "0.7.2" /* Version number extra information */ #define LIBXO_VERSION_EXTRA "" /* Version number as a number */ -#define LIBXO_VERSION_NUMBER 6002 +#define LIBXO_VERSION_NUMBER 7002 /* Version number as string */ -#define LIBXO_VERSION_STRING "6002" +#define LIBXO_VERSION_STRING "7002" /* 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.6.2" +#define PACKAGE_STRING "libxo 0.7.2" /* 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.6.2" +#define PACKAGE_VERSION "0.7.2" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -232,8 +232,11 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 +/* Use int return codes */ +/* #undef USE_INT_RETURN_CODES */ + /* Version number of package */ -#define VERSION "0.6.2" +#define VERSION "0.7.2" /* Retain hash bucket size */ /* #undef XO_RETAIN_SIZE */ |
