diff options
Diffstat (limited to 'lib/libxo/xo_config.h')
| -rw-r--r-- | lib/libxo/xo_config.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h index 9177962f08d9f..8e718fd144a33 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. */ |
