Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/unbound/dist/libunbound libunbound: set real ve...



details:   https://anonhg.NetBSD.org/src/rev/5659245d525a
branches:  trunk
changeset: 457653:5659245d525a
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Jul 10 13:41:14 2019 +0000

description:
libunbound: set real version in unbound.h

diffstat:

 external/bsd/unbound/dist/libunbound/unbound.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 2ed80b48dda4 -r 5659245d525a external/bsd/unbound/dist/libunbound/unbound.h
--- a/external/bsd/unbound/dist/libunbound/unbound.h    Wed Jul 10 13:26:47 2019 +0000
+++ b/external/bsd/unbound/dist/libunbound/unbound.h    Wed Jul 10 13:41:14 2019 +0000
@@ -102,9 +102,9 @@
 #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,



Home | Main Index | Thread Index | Old Index