summaryrefslogtreecommitdiff
path: root/manual/gnutls-guile/Guile-Preparations.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/gnutls-guile/Guile-Preparations.html')
-rw-r--r--manual/gnutls-guile/Guile-Preparations.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/gnutls-guile/Guile-Preparations.html b/manual/gnutls-guile/Guile-Preparations.html
index df432d36ef..07cc170b91 100644
--- a/manual/gnutls-guile/Guile-Preparations.html
+++ b/manual/gnutls-guile/Guile-Preparations.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is last updated 19 January 2015 for version
-3.4.2 of GnuTLS.
+3.4.3 of GnuTLS.
Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc.
@@ -13,10 +13,10 @@ copy of the license is included in the section entitled "GNU Free
Documentation License". -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
-<title>GnuTLS-Guile 3.4.2: Guile Preparations</title>
+<title>GnuTLS-Guile 3.4.3: Guile Preparations</title>
-<meta name="description" content="GnuTLS-Guile 3.4.2: Guile Preparations">
-<meta name="keywords" content="GnuTLS-Guile 3.4.2: Guile Preparations">
+<meta name="description" content="GnuTLS-Guile 3.4.3: Guile Preparations">
+<meta name="keywords" content="GnuTLS-Guile 3.4.3: Guile Preparations">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
@@ -245,7 +245,7 @@ print the version number of the loaded library as follows:
<pre class="example">$ guile
guile&gt; (use-modules (gnutls))
guile&gt; (gnutls-version)
-&quot;3.4.2&quot;
+&quot;3.4.3&quot;
guile&gt;
</pre></div>