CVS commit: src/external/bsd/unbound/dist/libunbound

2019-07-10 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Wed Jul 10 13:41:14 UTC 2019

Modified Files:
src/external/bsd/unbound/dist/libunbound: unbound.h

Log Message:
libunbound: set real version in unbound.h


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/external/bsd/unbound/dist/libunbound/unbound.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/unbound/dist/libunbound/unbound.h
diff -u src/external/bsd/unbound/dist/libunbound/unbound.h:1.1.1.4 src/external/bsd/unbound/dist/libunbound/unbound.h:1.2
--- src/external/bsd/unbound/dist/libunbound/unbound.h:1.1.1.4	Sat May 25 21:18:02 2019
+++ src/external/bsd/unbound/dist/libunbound/unbound.h	Wed Jul 10 13:41:14 2019
@@ -102,9 +102,9 @@ extern "C" {
 #endif
 
 /** the version of this header file */
-#define UNBOUND_VERSION_MAJOR @UNBOUND_VERSION_MAJOR@
-#define UNBOUND_VERSION_MINOR @UNBOUND_VERSION_MINOR@
-#define UNBOUND_VERSION_MICRO @UNBOUND_VERSION_MICRO@
+#define UNBOUND_VERSION_MAJOR 1
+#define UNBOUND_VERSION_MINOR 9
+#define UNBOUND_VERSION_MICRO 1
 
 /**
  * The validation context is created to hold the resolver status,



CVS commit: src/external/bsd/unbound/dist/libunbound

2019-07-10 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Wed Jul 10 13:41:14 UTC 2019

Modified Files:
src/external/bsd/unbound/dist/libunbound: unbound.h

Log Message:
libunbound: set real version in unbound.h


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/external/bsd/unbound/dist/libunbound/unbound.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.