summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-21 12:14:47 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-21 12:14:47 +0000
commit9a09ea7d92504507bcd20591930c7a724d704ade (patch)
treee63b937da9c9a8cb7f378e7f1064176ba36d181b
parent9d1fc43965f6216192008dd38f93b53b9811ef79 (diff)
downloadgnutls-9a09ea7d92504507bcd20591930c7a724d704ade.tar.gz
*** empty log message ***gnutls_0_4_2
-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