diff options
Diffstat (limited to 'lib/libunbound/config.h')
-rw-r--r-- | lib/libunbound/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libunbound/config.h b/lib/libunbound/config.h index 3b9d7dd1c7f9..ef552a856a9d 100644 --- a/lib/libunbound/config.h +++ b/lib/libunbound/config.h @@ -793,7 +793,7 @@ #define PACKAGE_NAME "unbound" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "unbound 1.17.1" +#define PACKAGE_STRING "unbound 1.18.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "unbound" @@ -802,7 +802,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.17.1" +#define PACKAGE_VERSION "1.18.0" /* default pidfile location */ #define PIDFILE "/var/unbound/unbound.pid" @@ -825,7 +825,7 @@ #define ROOT_CERT_FILE "/var/unbound/icannbundle.pem" /* version number for resource files */ -#define RSRC_PACKAGE_VERSION 1,17,1,0 +#define RSRC_PACKAGE_VERSION 1,18,0,0 /* Directory to chdir to */ #define RUN_DIR "/var/unbound" |