From 9ad7093eea1dbd6c804bc2e00d799e2ca3e9f164 Mon Sep 17 00:00:00 2001 From: RyuaNerin Date: Thu, 19 May 2016 05:04:54 +0900 Subject: [PATCH] fixed version information. --- libs/network/doc/conf.py | 6 +++--- libs/network/doc/html/contents.html | 10 +++++----- libs/network/doc/html/examples.html | 10 +++++----- libs/network/doc/html/examples/http/atom_reader.html | 10 +++++----- .../doc/html/examples/http/hello_world_client.html | 10 +++++----- .../doc/html/examples/http/hello_world_server.html | 10 +++++----- libs/network/doc/html/examples/http/http_client.html | 10 +++++----- libs/network/doc/html/examples/http/simple_wget.html | 10 +++++----- .../network/doc/html/examples/http/twitter_search.html | 10 +++++----- libs/network/doc/html/getting_started.html | 10 +++++----- libs/network/doc/html/index.html | 10 +++++----- libs/network/doc/html/reference.html | 10 +++++----- libs/network/doc/html/reference/http_client.html | 10 +++++----- libs/network/doc/html/reference/http_request.html | 10 +++++----- libs/network/doc/html/reference/http_response.html | 10 +++++----- libs/network/doc/html/reference/http_server.html | 10 +++++----- libs/network/doc/html/references.html | 10 +++++----- libs/network/doc/html/search.html | 10 +++++----- libs/network/doc/html/whats_new.html | 10 +++++----- 19 files changed, 93 insertions(+), 93 deletions(-) diff --git a/libs/network/doc/conf.py b/libs/network/doc/conf.py index 79137328e..d541be499 100644 --- a/libs/network/doc/conf.py +++ b/libs/network/doc/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '0.11' +version = '0.12' # The full version, including alpha/beta/rc tags. -release = '0.11.2' +release = '0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -111,7 +111,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = 'cpp-netlib v0.11.2' +html_title = 'cpp-netlib v0.12.0' # A shorter title for the navigation bar. Default is the same as html_title. # html_short_title = 'cpp-netlib' diff --git a/libs/network/doc/html/contents.html b/libs/network/doc/html/contents.html index ce952c360..0c448720b 100644 --- a/libs/network/doc/html/contents.html +++ b/libs/network/doc/html/contents.html @@ -6,7 +6,7 @@ - Contents — cpp-netlib v0.11.2 + Contents — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -40,7 +40,7 @@

Navigation

  • next
  • - + @@ -231,7 +231,7 @@

    Navigation

  • next
  • - + @@ -124,7 +124,7 @@

    Navigation

  • previous |
  • - + @@ -169,7 +169,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/examples/http/hello_world_client.html b/libs/network/doc/html/examples/http/hello_world_client.html index e9ff6a48e..c83408f56 100644 --- a/libs/network/doc/html/examples/http/hello_world_client.html +++ b/libs/network/doc/html/examples/http/hello_world_client.html @@ -6,7 +6,7 @@ - “Hello world” HTTP client — cpp-netlib v0.11.2 + “Hello world” HTTP client — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -186,7 +186,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/examples/http/hello_world_server.html b/libs/network/doc/html/examples/http/hello_world_server.html index cdea75e8f..59a516872 100644 --- a/libs/network/doc/html/examples/http/hello_world_server.html +++ b/libs/network/doc/html/examples/http/hello_world_server.html @@ -6,7 +6,7 @@ - “Hello world” HTTP server — cpp-netlib v0.11.2 + “Hello world” HTTP server — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -236,7 +236,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/examples/http/http_client.html b/libs/network/doc/html/examples/http/http_client.html index b5ef618f8..33eaead94 100644 --- a/libs/network/doc/html/examples/http/http_client.html +++ b/libs/network/doc/html/examples/http/http_client.html @@ -6,7 +6,7 @@ - HTTP client — cpp-netlib v0.11.2 + HTTP client — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -200,7 +200,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/examples/http/simple_wget.html b/libs/network/doc/html/examples/http/simple_wget.html index 709d941cd..5031909b8 100644 --- a/libs/network/doc/html/examples/http/simple_wget.html +++ b/libs/network/doc/html/examples/http/simple_wget.html @@ -6,7 +6,7 @@ - Simple wget — cpp-netlib v0.11.2 + Simple wget — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -197,7 +197,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/examples/http/twitter_search.html b/libs/network/doc/html/examples/http/twitter_search.html index 62018b073..9a5a7ff75 100644 --- a/libs/network/doc/html/examples/http/twitter_search.html +++ b/libs/network/doc/html/examples/http/twitter_search.html @@ -6,7 +6,7 @@ - Twitter search — cpp-netlib v0.11.2 + Twitter search — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -203,7 +203,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/getting_started.html b/libs/network/doc/html/getting_started.html index 3c8a000cc..ec5e72de5 100644 --- a/libs/network/doc/html/getting_started.html +++ b/libs/network/doc/html/getting_started.html @@ -6,7 +6,7 @@ - Getting Started — cpp-netlib v0.11.2 + Getting Started — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -44,7 +44,7 @@

    Navigation

  • previous |
  • - + @@ -345,7 +345,7 @@

    Navigation

  • previous |
  • - + @@ -197,7 +197,7 @@

    Navigation

  • previous |
  • - + @@ -128,7 +128,7 @@

    Navigation

  • previous |
  • - + @@ -756,7 +756,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/reference/http_request.html b/libs/network/doc/html/reference/http_request.html index 2f916959f..d1a959c39 100644 --- a/libs/network/doc/html/reference/http_request.html +++ b/libs/network/doc/html/reference/http_request.html @@ -6,7 +6,7 @@ - HTTP Request — cpp-netlib v0.11.2 + HTTP Request — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -430,7 +430,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/reference/http_response.html b/libs/network/doc/html/reference/http_response.html index 8d8338e5c..b28c02e62 100644 --- a/libs/network/doc/html/reference/http_response.html +++ b/libs/network/doc/html/reference/http_response.html @@ -6,7 +6,7 @@ - HTTP Response — cpp-netlib v0.11.2 + HTTP Response — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -463,7 +463,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/reference/http_server.html b/libs/network/doc/html/reference/http_server.html index d8329e200..1826bc201 100644 --- a/libs/network/doc/html/reference/http_server.html +++ b/libs/network/doc/html/reference/http_server.html @@ -6,7 +6,7 @@ - HTTP Server API — cpp-netlib v0.11.2 + HTTP Server API — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@

    Navigation

  • previous |
  • - + @@ -931,7 +931,7 @@

    Navigation

  • previous |
  • - + diff --git a/libs/network/doc/html/references.html b/libs/network/doc/html/references.html index d372a2c6a..b4f5e6a8f 100644 --- a/libs/network/doc/html/references.html +++ b/libs/network/doc/html/references.html @@ -6,7 +6,7 @@ - References — cpp-netlib v0.11.2 + References — cpp-netlib v0.12.0 @@ -14,7 +14,7 @@ - + @@ -40,7 +40,7 @@

    Navigation

  • previous
  • - + @@ -111,7 +111,7 @@

    Navigation

  • previous
  • - +