diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:57:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:57:03 +0200 |
commit | c57b372efd69329ff365e61669d5406d5bdde5db (patch) | |
tree | 3051894bc06161440cb66acbd6bd6d0fe57748d0 /lib/includes | |
parent | 43aab88f241f561000f601254a7a08a975749694 (diff) | |
download | gnutls-c57b372efd69329ff365e61669d5406d5bdde5db.tar.gz |
Fix version symbol namespace.
Diffstat (limited to 'lib/includes')
-rw-r--r-- | lib/includes/gnutls/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h index b269f7fa75..0232103c7c 100644 --- a/lib/includes/gnutls/compat.h +++ b/lib/includes/gnutls/compat.h @@ -96,5 +96,6 @@ #define LIBGNUTLS_VERSION_MINOR GNUTLS_VERSION_MINOR #define LIBGNUTLS_VERSION_PATCH GNUTLS_VERSION_PATCH #define LIBGNUTLS_VERSION_NUMBER GNUTLS_VERSION_NUMBER +#define LIBGNUTLS_EXTRA_VERSION GNUTLS_VERSION #endif /* GNUTLS_COMPAT_H */ |