summaryrefslogtreecommitdiff
path: root/manual/gnutls-guile.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/gnutls-guile.html')
-rw-r--r--manual/gnutls-guile.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/gnutls-guile.html b/manual/gnutls-guile.html
index 54f36c02a2..2297af1102 100644
--- a/manual/gnutls-guile.html
+++ b/manual/gnutls-guile.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.8 of GnuTLS.
+3.4.9 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 6.0, http://www.gnu.org/software/texinfo/ -->
<head>
-<title>GnuTLS-Guile 3.4.8</title>
+<title>GnuTLS-Guile 3.4.9</title>
-<meta name="description" content="GnuTLS-Guile 3.4.8">
-<meta name="keywords" content="GnuTLS-Guile 3.4.8">
+<meta name="description" content="GnuTLS-Guile 3.4.9">
+<meta name="keywords" content="GnuTLS-Guile 3.4.9">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
@@ -153,7 +153,7 @@ dl {
</head>
<body lang="en">
-<h1 class="settitle" align="center">GnuTLS-Guile 3.4.8</h1>
+<h1 class="settitle" align="center">GnuTLS-Guile 3.4.9</h1>
@@ -200,7 +200,7 @@ Next: <a href="#Preface" accesskey="n" rel="next">Preface</a>, Up: <a href="dir.
<h1 class="top">GnuTLS-Guile</h1>
<p>This manual is last updated 19 January 2015 for version
-3.4.8 of GnuTLS.
+3.4.9 of GnuTLS.
</p>
<p>Copyright &copy; 2001-2012, 2014 Free Software Foundation, Inc.
</p>
@@ -342,7 +342,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.8&quot;
+&quot;3.4.9&quot;
guile&gt;
</pre></div>