Skip to content

Commit 4c77f80

Browse files
committed
Updated version number in documentation.
1 parent d61a6f2 commit 4c77f80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/network/doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '0.9'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.9.3'
57+
release = '0.9.4'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.
@@ -99,7 +99,7 @@
9999

100100
# The name for this set of Sphinx documents. If None, it defaults to
101101
# "<project> v<release> documentation".
102-
html_title = 'cpp-netlib v0.9.3'
102+
html_title = 'cpp-netlib v0.9.4'
103103

104104
# A shorter title for the navigation bar. Default is the same as html_title.
105105
#html_short_title = 'cpp-netlib'

libs/network/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. :Authors: Glyn Matthews <[email protected]>
55
.. Dean Michael Berris <[email protected]>
66
.. :Date: Feb 22, 2012
7-
.. :Version: 0.9.3
7+
.. :Version: 0.9.4
88
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
99
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2012.
1010
.. Distributed under the Boost Software License, Version

0 commit comments

Comments
 (0)