summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 59215b908e..2154eeb33b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.4.2
+Version 0.4.2 (21/05/2002)
- Separated ASN.1 structures parser documentation and TLS library
documentation.
- Added gnutls_handshake_set_rsa_pms() function, which disables the
diff --git a/configure.in b/configure.in
index 7ea192f585..97b36c0bf6 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ AM_INIT_AUTOMAKE(gnutls, $GNUTLS_VERSION)
AM_CONFIG_HEADER(config.h)
dnl This is the library version
-GNUTLS_MOST_RECENT_INTERFACE=4
+GNUTLS_MOST_RECENT_INTERFACE=5
GNUTLS_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER=$GNUTLS_MICRO_VERSION
GNUTLS_OLDEST_INTERFACE=4